Class SmsCampaignStatisticsCrowdData
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.zj.v20190121.models.SmsCampaignStatisticsCrowdData
-
public class SmsCampaignStatisticsCrowdData extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SmsCampaignStatisticsCrowdData()SmsCampaignStatisticsCrowdData(SmsCampaignStatisticsCrowdData 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 LonggetCrowdCount()Get 人群包目标触达总数LonggetCrowdId()Get 人群包idStringgetCrowdName()Get 人群包名称SmsCampaignStatisticsTemplateData[]getTemplateList()Get 模板列表voidsetCrowdCount(Long CrowdCount)Set 人群包目标触达总数voidsetCrowdId(Long CrowdId)Set 人群包idvoidsetCrowdName(String CrowdName)Set 人群包名称voidsetTemplateList(SmsCampaignStatisticsTemplateData[] TemplateList)Set 模板列表voidtoMap(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
-
SmsCampaignStatisticsCrowdData
public SmsCampaignStatisticsCrowdData()
-
SmsCampaignStatisticsCrowdData
public SmsCampaignStatisticsCrowdData(SmsCampaignStatisticsCrowdData 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
-
getCrowdId
public Long getCrowdId()
Get 人群包id- Returns:
- CrowdId 人群包id
-
setCrowdId
public void setCrowdId(Long CrowdId)
Set 人群包id- Parameters:
CrowdId- 人群包id
-
getCrowdName
public String getCrowdName()
Get 人群包名称- Returns:
- CrowdName 人群包名称
-
setCrowdName
public void setCrowdName(String CrowdName)
Set 人群包名称- Parameters:
CrowdName- 人群包名称
-
getCrowdCount
public Long getCrowdCount()
Get 人群包目标触达总数- Returns:
- CrowdCount 人群包目标触达总数
-
setCrowdCount
public void setCrowdCount(Long CrowdCount)
Set 人群包目标触达总数- Parameters:
CrowdCount- 人群包目标触达总数
-
getTemplateList
public SmsCampaignStatisticsTemplateData[] getTemplateList()
Get 模板列表- Returns:
- TemplateList 模板列表
-
setTemplateList
public void setTemplateList(SmsCampaignStatisticsTemplateData[] TemplateList)
Set 模板列表- Parameters:
TemplateList- 模板列表
-
-