public class CreateCarrierPrivilegeNumberApplicantRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateCarrierPrivilegeNumberApplicantRequest() | 
| CreateCarrierPrivilegeNumberApplicantRequest(CreateCarrierPrivilegeNumberApplicantRequest 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[] | getCallees()Get 被叫号码,必须为实例中坐席绑定的手机号码,格式为0086xxxx(暂时只支持国内号码) | 
| String[] | getCallers()Get 主叫号码,必须为实例中存在的号码,格式为0086xxxx(暂时只支持国内号码) | 
| String | getDescription()Get 描述 | 
| Long | getSdkAppId()Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc | 
| void | setCallees(String[] Callees)Set 被叫号码,必须为实例中坐席绑定的手机号码,格式为0086xxxx(暂时只支持国内号码) | 
| void | setCallers(String[] Callers)Set 主叫号码,必须为实例中存在的号码,格式为0086xxxx(暂时只支持国内号码) | 
| void | setDescription(String Description)Set 描述 | 
| 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, toJsonStringpublic CreateCarrierPrivilegeNumberApplicantRequest()
public CreateCarrierPrivilegeNumberApplicantRequest(CreateCarrierPrivilegeNumberApplicantRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccpublic String[] getCallers()
public void setCallers(String[] Callers)
Callers - 主叫号码,必须为实例中存在的号码,格式为0086xxxx(暂时只支持国内号码)public String[] getCallees()
public void setCallees(String[] Callees)
Callees - 被叫号码,必须为实例中坐席绑定的手机号码,格式为0086xxxx(暂时只支持国内号码)public String getDescription()
public void setDescription(String Description)
Description - 描述Copyright © 2025. All rights reserved.