public class DescribeCarrierPrivilegeNumberApplicantsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeCarrierPrivilegeNumberApplicantsRequest() |
DescribeCarrierPrivilegeNumberApplicantsRequest(DescribeCarrierPrivilegeNumberApplicantsRequest 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 |
---|---|
Filter[] |
getFilters()
Get 筛选条件,Name支持ApplicantId,PhoneNumber(按号码模糊查找)
|
Long |
getPageNumber()
Get 默认0,从0开始
|
Long |
getPageSize()
Get 默认10,最大100
|
Long |
getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
void |
setFilters(Filter[] Filters)
Set 筛选条件,Name支持ApplicantId,PhoneNumber(按号码模糊查找)
|
void |
setPageNumber(Long PageNumber)
Set 默认0,从0开始
|
void |
setPageSize(Long PageSize)
Set 默认10,最大100
|
void |
setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
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 DescribeCarrierPrivilegeNumberApplicantsRequest()
public DescribeCarrierPrivilegeNumberApplicantsRequest(DescribeCarrierPrivilegeNumberApplicantsRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccpublic Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 默认0,从0开始public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 默认10,最大100public Filter[] getFilters()
public void setFilters(Filter[] Filters)
Filters
- 筛选条件,Name支持ApplicantId,PhoneNumber(按号码模糊查找)Copyright © 2024. All rights reserved.