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 Circuit-Related parameters.
|
String |
getPrefix()
Get Prefix for sending numbers.
|
Long |
getSdkAppId()
Get Application id (required) can be found at https://console.cloud.tencent.com/ccc.
|
Long |
getSipTrunkId()
Get SIP connection id.
|
void |
setDetailList(OwnNumberApplyDetailItem[] DetailList)
Set Circuit-Related parameters.
|
void |
setPrefix(String Prefix)
Set Prefix for sending numbers.
|
void |
setSdkAppId(Long SdkAppId)
Set Application id (required) can be found at https://console.cloud.tencent.com/ccc.
|
void |
setSipTrunkId(Long SipTrunkId)
Set SIP connection id.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateOwnNumberApplyRequest()
public CreateOwnNumberApplyRequest(CreateOwnNumberApplyRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- Application id (required) can be found at https://console.cloud.tencent.com/ccc.public Long getSipTrunkId()
public void setSipTrunkId(Long SipTrunkId)
SipTrunkId
- SIP connection id.public OwnNumberApplyDetailItem[] getDetailList()
public void setDetailList(OwnNumberApplyDetailItem[] DetailList)
DetailList
- Circuit-Related parameters.public String getPrefix()
public void setPrefix(String Prefix)
Prefix
- Prefix for sending numbers.Copyright © 2025. All rights reserved.