Class CreateCarrierPrivilegeNumberApplicantRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ccc.v20200210.models.CreateCarrierPrivilegeNumberApplicantRequest
-
public class CreateCarrierPrivilegeNumberApplicantRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getCallees()Get 被叫号码,必须为实例中坐席绑定的手机号码,格式为0086xxxx(暂时只支持国内号码)String[]getCallers()Get 主叫号码,必须为实例中存在的号码,格式为0086xxxx(暂时只支持国内号码)StringgetDescription()Get 描述LonggetSdkAppId()Get SdkAppIdvoidsetCallees(String[] Callees)Set 被叫号码,必须为实例中坐席绑定的手机号码,格式为0086xxxx(暂时只支持国内号码)voidsetCallers(String[] Callers)Set 主叫号码,必须为实例中存在的号码,格式为0086xxxx(暂时只支持国内号码)voidsetDescription(String Description)Set 描述voidsetSdkAppId(Long SdkAppId)Set SdkAppIdvoidtoMap(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
-
CreateCarrierPrivilegeNumberApplicantRequest
public CreateCarrierPrivilegeNumberApplicantRequest()
-
CreateCarrierPrivilegeNumberApplicantRequest
public 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.
-
-
Method Detail
-
getSdkAppId
public Long getSdkAppId()
Get SdkAppId- Returns:
- SdkAppId SdkAppId
-
setSdkAppId
public void setSdkAppId(Long SdkAppId)
Set SdkAppId- Parameters:
SdkAppId- SdkAppId
-
getCallers
public String[] getCallers()
Get 主叫号码,必须为实例中存在的号码,格式为0086xxxx(暂时只支持国内号码)- Returns:
- Callers 主叫号码,必须为实例中存在的号码,格式为0086xxxx(暂时只支持国内号码)
-
setCallers
public void setCallers(String[] Callers)
Set 主叫号码,必须为实例中存在的号码,格式为0086xxxx(暂时只支持国内号码)- Parameters:
Callers- 主叫号码,必须为实例中存在的号码,格式为0086xxxx(暂时只支持国内号码)
-
getCallees
public String[] getCallees()
Get 被叫号码,必须为实例中坐席绑定的手机号码,格式为0086xxxx(暂时只支持国内号码)- Returns:
- Callees 被叫号码,必须为实例中坐席绑定的手机号码,格式为0086xxxx(暂时只支持国内号码)
-
setCallees
public void setCallees(String[] Callees)
Set 被叫号码,必须为实例中坐席绑定的手机号码,格式为0086xxxx(暂时只支持国内号码)- Parameters:
Callees- 被叫号码,必须为实例中坐席绑定的手机号码,格式为0086xxxx(暂时只支持国内号码)
-
getDescription
public String getDescription()
Get 描述- Returns:
- Description 描述
-
setDescription
public void setDescription(String Description)
Set 描述- Parameters:
Description- 描述
-
-