public class ModifyOwnNumberApplyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyOwnNumberApplyRequest() | 
| ModifyOwnNumberApplyRequest(ModifyOwnNumberApplyRequest 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 | 
|---|---|
| Long | getApplyId()Get 审批单号 | 
| OwnNumberApplyDetailItem[] | getDetailList()Get 线路相关参数 | 
| Boolean | getLocalNumberTrimAC()Get 同市固话去掉区号 | 
| String | getMobileNddPrefix()Get 国内长途手机前缀码 | 
| String | getPrefix()Get 送号前缀 | 
| Long | getSdkAppId()Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc | 
| void | setApplyId(Long ApplyId)Set 审批单号 | 
| void | setDetailList(OwnNumberApplyDetailItem[] DetailList)Set 线路相关参数 | 
| void | setLocalNumberTrimAC(Boolean LocalNumberTrimAC)Set 同市固话去掉区号 | 
| void | setMobileNddPrefix(String MobileNddPrefix)Set 国内长途手机前缀码 | 
| void | setPrefix(String Prefix)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 ModifyOwnNumberApplyRequest()
public ModifyOwnNumberApplyRequest(ModifyOwnNumberApplyRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId - 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccpublic OwnNumberApplyDetailItem[] getDetailList()
public void setDetailList(OwnNumberApplyDetailItem[] DetailList)
DetailList - 线路相关参数public Long getApplyId()
public void setApplyId(Long ApplyId)
ApplyId - 审批单号public String getPrefix()
public void setPrefix(String Prefix)
Prefix - 送号前缀public String getMobileNddPrefix()
public void setMobileNddPrefix(String MobileNddPrefix)
MobileNddPrefix - 国内长途手机前缀码public Boolean getLocalNumberTrimAC()
public void setLocalNumberTrimAC(Boolean LocalNumberTrimAC)
LocalNumberTrimAC - 同市固话去掉区号Copyright © 2025. All rights reserved.