Class: TencentCloud::Wav::V20210129::CrmStatisticsData

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210129/models.rb

Overview

CRM统计数据响应

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(leadcnt = nil, buildcnt = nil, invitedcnt = nil, orderedcnt = nil, deliveredcnt = nil, defeatcnt = nil, newcontactcnt = nil, statisticaltime = nil) ⇒ CrmStatisticsData

Returns a new instance of CrmStatisticsData.



964
965
966
967
968
969
970
971
972
973
# File 'lib/v20210129/models.rb', line 964

def initialize(leadcnt=nil, buildcnt=nil, invitedcnt=nil, orderedcnt=nil, deliveredcnt=nil, defeatcnt=nil, newcontactcnt=nil, statisticaltime=nil)
  @LeadCnt = leadcnt
  @BuildCnt = buildcnt
  @InvitedCnt = invitedcnt
  @OrderedCnt = orderedcnt
  @DeliveredCnt = deliveredcnt
  @DefeatCnt = defeatcnt
  @NewContactCnt = newcontactcnt
  @StatisticalTime = statisticaltime
end

Instance Attribute Details

#BuildCntObject

Parameters:

  • LeadCnt:

    新增线索

  • BuildCnt:

    新增建档

  • InvitedCnt:

    新增到店

  • OrderedCnt:

    新增下订

  • DeliveredCnt:

    新增成交

  • DefeatCnt:

    新增战败

  • NewContactCnt:

    新增好友

  • StatisticalTime:

    统计时间, 单位:天



962
963
964
# File 'lib/v20210129/models.rb', line 962

def BuildCnt
  @BuildCnt
end

#DefeatCntObject

Parameters:

  • LeadCnt:

    新增线索

  • BuildCnt:

    新增建档

  • InvitedCnt:

    新增到店

  • OrderedCnt:

    新增下订

  • DeliveredCnt:

    新增成交

  • DefeatCnt:

    新增战败

  • NewContactCnt:

    新增好友

  • StatisticalTime:

    统计时间, 单位:天



962
963
964
# File 'lib/v20210129/models.rb', line 962

def DefeatCnt
  @DefeatCnt
end

#DeliveredCntObject

Parameters:

  • LeadCnt:

    新增线索

  • BuildCnt:

    新增建档

  • InvitedCnt:

    新增到店

  • OrderedCnt:

    新增下订

  • DeliveredCnt:

    新增成交

  • DefeatCnt:

    新增战败

  • NewContactCnt:

    新增好友

  • StatisticalTime:

    统计时间, 单位:天



962
963
964
# File 'lib/v20210129/models.rb', line 962

def DeliveredCnt
  @DeliveredCnt
end

#InvitedCntObject

Parameters:

  • LeadCnt:

    新增线索

  • BuildCnt:

    新增建档

  • InvitedCnt:

    新增到店

  • OrderedCnt:

    新增下订

  • DeliveredCnt:

    新增成交

  • DefeatCnt:

    新增战败

  • NewContactCnt:

    新增好友

  • StatisticalTime:

    统计时间, 单位:天



962
963
964
# File 'lib/v20210129/models.rb', line 962

def InvitedCnt
  @InvitedCnt
end

#LeadCntObject

Parameters:

  • LeadCnt:

    新增线索

  • BuildCnt:

    新增建档

  • InvitedCnt:

    新增到店

  • OrderedCnt:

    新增下订

  • DeliveredCnt:

    新增成交

  • DefeatCnt:

    新增战败

  • NewContactCnt:

    新增好友

  • StatisticalTime:

    统计时间, 单位:天



962
963
964
# File 'lib/v20210129/models.rb', line 962

def LeadCnt
  @LeadCnt
end

#NewContactCntObject

Parameters:

  • LeadCnt:

    新增线索

  • BuildCnt:

    新增建档

  • InvitedCnt:

    新增到店

  • OrderedCnt:

    新增下订

  • DeliveredCnt:

    新增成交

  • DefeatCnt:

    新增战败

  • NewContactCnt:

    新增好友

  • StatisticalTime:

    统计时间, 单位:天



962
963
964
# File 'lib/v20210129/models.rb', line 962

def NewContactCnt
  @NewContactCnt
end

#OrderedCntObject

Parameters:

  • LeadCnt:

    新增线索

  • BuildCnt:

    新增建档

  • InvitedCnt:

    新增到店

  • OrderedCnt:

    新增下订

  • DeliveredCnt:

    新增成交

  • DefeatCnt:

    新增战败

  • NewContactCnt:

    新增好友

  • StatisticalTime:

    统计时间, 单位:天



962
963
964
# File 'lib/v20210129/models.rb', line 962

def OrderedCnt
  @OrderedCnt
end

#StatisticalTimeObject

Parameters:

  • LeadCnt:

    新增线索

  • BuildCnt:

    新增建档

  • InvitedCnt:

    新增到店

  • OrderedCnt:

    新增下订

  • DeliveredCnt:

    新增成交

  • DefeatCnt:

    新增战败

  • NewContactCnt:

    新增好友

  • StatisticalTime:

    统计时间, 单位:天



962
963
964
# File 'lib/v20210129/models.rb', line 962

def StatisticalTime
  @StatisticalTime
end

Instance Method Details

#deserialize(params) ⇒ Object



975
976
977
978
979
980
981
982
983
984
# File 'lib/v20210129/models.rb', line 975

def deserialize(params)
  @LeadCnt = params['LeadCnt']
  @BuildCnt = params['BuildCnt']
  @InvitedCnt = params['InvitedCnt']
  @OrderedCnt = params['OrderedCnt']
  @DeliveredCnt = params['DeliveredCnt']
  @DefeatCnt = params['DefeatCnt']
  @NewContactCnt = params['NewContactCnt']
  @StatisticalTime = params['StatisticalTime']
end