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 Query the task list name keyword.
|
Long |
getPageNumber()
Get Page number starting from 0.
|
Long |
getPageSize()
Get Page size, 100 maximum.
|
Long |
getSdkAppId()
Get Application ID (required) can be found at https://console.cloud.tencent.com/ccc.
|
Long |
getSkillGroupId()
Get Query task list skill group ID.
|
void |
setName(String Name)
Set Query the task list name keyword.
|
void |
setPageNumber(Long PageNumber)
Set Page number starting from 0.
|
void |
setPageSize(Long PageSize)
Set Page size, 100 maximum.
|
void |
setSdkAppId(Long SdkAppId)
Set Application ID (required) can be found at https://console.cloud.tencent.com/ccc.
|
void |
setSkillGroupId(Long SkillGroupId)
Set Query task list skill group ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribePredictiveDialingCampaignsRequest()
public DescribePredictiveDialingCampaignsRequest(DescribePredictiveDialingCampaignsRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- Application ID (required) can be found at https://console.cloud.tencent.com/ccc.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- Page size, 100 maximum.public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- Page number starting from 0.public String getName()
public void setName(String Name)
Name
- Query the task list name keyword.public Long getSkillGroupId()
public void setSkillGroupId(Long SkillGroupId)
SkillGroupId
- Query task list skill group ID.Copyright © 2024. All rights reserved.