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 Approval id.
|
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.
|
void |
setApplyId(Long ApplyId)
Set Approval 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 |
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 ModifyOwnNumberApplyRequest()
public ModifyOwnNumberApplyRequest(ModifyOwnNumberApplyRequest source)
public Long getSdkAppId()
public void setSdkAppId(Long SdkAppId)
SdkAppId
- Application id (required) can be found at https://console.cloud.tencent.com/ccc.public OwnNumberApplyDetailItem[] getDetailList()
public void setDetailList(OwnNumberApplyDetailItem[] DetailList)
DetailList
- Circuit-Related parameters.public Long getApplyId()
public void setApplyId(Long ApplyId)
ApplyId
- Approval id.public String getPrefix()
public void setPrefix(String Prefix)
Prefix
- Prefix for sending numbers.Copyright © 2025. All rights reserved.