public class CreateOwnNumberApplyRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateOwnNumberApplyRequest() |
CreateOwnNumberApplyRequest(CreateOwnNumberApplyRequest 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 |
---|---|
OwnNumberApplyDetailItem[] |
getDetailList()
Get 线路相关参数
|
String |
getPrefix()
Get 送号前缀
|
Long |
getSdkAppId()
Get 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
Long |
getSipTrunkId()
Get SIP通道ID
|
void |
setDetailList(OwnNumberApplyDetailItem[] DetailList)
Set 线路相关参数
|
void |
setPrefix(String Prefix)
Set 送号前缀
|
void |
setSdkAppId(Long SdkAppId)
Set 应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc
|
void |
setSipTrunkId(Long SipTrunkId)
Set SIP通道ID
|
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 CreateOwnNumberApplyRequest()
public CreateOwnNumberApplyRequest(CreateOwnNumberApplyRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- 应用 ID(必填),可以查看 https://console.cloud.tencent.com/cccpublic Long getSipTrunkId()
public void setSipTrunkId(Long SipTrunkId)
SipTrunkId
- SIP通道IDpublic OwnNumberApplyDetailItem[] getDetailList()
public void setDetailList(OwnNumberApplyDetailItem[] DetailList)
DetailList
- 线路相关参数public String getPrefix()
public void setPrefix(String Prefix)
Prefix
- 送号前缀Copyright © 2024. All rights reserved.