Class CrmStatisticsData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wav.v20210129.models.CrmStatisticsData
-
public class CrmStatisticsData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CrmStatisticsData()
CrmStatisticsData(CrmStatisticsData source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getBuildCnt()
Get 新增建档Long
getDefeatCnt()
Get 新增战败Long
getDeliveredCnt()
Get 新增成交Long
getInvitedCnt()
Get 新增到店Long
getLeadCnt()
Get 新增线索Long
getNewContactCnt()
Get 新增好友Long
getOrderedCnt()
Get 新增下订String
getStatisticalTime()
Get 统计时间, 单位:天void
setBuildCnt(Long BuildCnt)
Set 新增建档void
setDefeatCnt(Long DefeatCnt)
Set 新增战败void
setDeliveredCnt(Long DeliveredCnt)
Set 新增成交void
setInvitedCnt(Long InvitedCnt)
Set 新增到店void
setLeadCnt(Long LeadCnt)
Set 新增线索void
setNewContactCnt(Long NewContactCnt)
Set 新增好友void
setOrderedCnt(Long OrderedCnt)
Set 新增下订void
setStatisticalTime(String StatisticalTime)
Set 统计时间, 单位:天void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CrmStatisticsData
public CrmStatisticsData()
-
CrmStatisticsData
public CrmStatisticsData(CrmStatisticsData source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getLeadCnt
public Long getLeadCnt()
Get 新增线索- Returns:
- LeadCnt 新增线索
-
setLeadCnt
public void setLeadCnt(Long LeadCnt)
Set 新增线索- Parameters:
LeadCnt
- 新增线索
-
getBuildCnt
public Long getBuildCnt()
Get 新增建档- Returns:
- BuildCnt 新增建档
-
setBuildCnt
public void setBuildCnt(Long BuildCnt)
Set 新增建档- Parameters:
BuildCnt
- 新增建档
-
getInvitedCnt
public Long getInvitedCnt()
Get 新增到店- Returns:
- InvitedCnt 新增到店
-
setInvitedCnt
public void setInvitedCnt(Long InvitedCnt)
Set 新增到店- Parameters:
InvitedCnt
- 新增到店
-
getOrderedCnt
public Long getOrderedCnt()
Get 新增下订- Returns:
- OrderedCnt 新增下订
-
setOrderedCnt
public void setOrderedCnt(Long OrderedCnt)
Set 新增下订- Parameters:
OrderedCnt
- 新增下订
-
getDeliveredCnt
public Long getDeliveredCnt()
Get 新增成交- Returns:
- DeliveredCnt 新增成交
-
setDeliveredCnt
public void setDeliveredCnt(Long DeliveredCnt)
Set 新增成交- Parameters:
DeliveredCnt
- 新增成交
-
getDefeatCnt
public Long getDefeatCnt()
Get 新增战败- Returns:
- DefeatCnt 新增战败
-
setDefeatCnt
public void setDefeatCnt(Long DefeatCnt)
Set 新增战败- Parameters:
DefeatCnt
- 新增战败
-
getNewContactCnt
public Long getNewContactCnt()
Get 新增好友- Returns:
- NewContactCnt 新增好友
-
setNewContactCnt
public void setNewContactCnt(Long NewContactCnt)
Set 新增好友- Parameters:
NewContactCnt
- 新增好友
-
getStatisticalTime
public String getStatisticalTime()
Get 统计时间, 单位:天- Returns:
- StatisticalTime 统计时间, 单位:天
-
setStatisticalTime
public void setStatisticalTime(String StatisticalTime)
Set 统计时间, 单位:天- Parameters:
StatisticalTime
- 统计时间, 单位:天
-
-