public class DescribePredictiveDialingCampaignsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribePredictiveDialingCampaignsRequest() |
DescribePredictiveDialingCampaignsRequest(DescribePredictiveDialingCampaignsRequest 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Get 查询任务列表名称关键字
|
Long |
getPageNumber()
Get 分页页码,从 0 开始
|
Long |
getPageSize()
Get 分页尺寸,最大为 100
|
Long |
getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
Long |
getSkillGroupId()
Get 查询任务列表技能组 ID
|
void |
setName(String Name)
Set 查询任务列表名称关键字
|
void |
setPageNumber(Long PageNumber)
Set 分页页码,从 0 开始
|
void |
setPageSize(Long PageSize)
Set 分页尺寸,最大为 100
|
void |
setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
void |
setSkillGroupId(Long SkillGroupId)
Set 查询任务列表技能组 ID
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribePredictiveDialingCampaignsRequest()
public DescribePredictiveDialingCampaignsRequest(DescribePredictiveDialingCampaignsRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccpublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 分页尺寸,最大为 100public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 分页页码,从 0 开始public String getName()
public void setName(String Name)
Name
- 查询任务列表名称关键字public Long getSkillGroupId()
public void setSkillGroupId(Long SkillGroupId)
SkillGroupId
- 查询任务列表技能组 IDCopyright © 2024. All rights reserved.