public class DelVirtualNumRequest extends AbstractModel
Constructor and Description |
---|
DelVirtualNumRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBindId()
Get 双方号码 + 中间号绑定 ID,该 ID 全局唯一
|
String |
getBizAppId()
Get 业务appid
|
String |
getBizId()
Get 应用二级业务 ID,bizId 需保证在该 appId 下全局唯一,最大长度不超过 16 个字节。
|
void |
setBindId(String BindId)
Set 双方号码 + 中间号绑定 ID,该 ID 全局唯一
|
void |
setBizAppId(String BizAppId)
Set 业务appid
|
void |
setBizId(String BizId)
Set 应用二级业务 ID,bizId 需保证在该 appId 下全局唯一,最大长度不超过 16 个字节。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public String getBizAppId()
public void setBizAppId(String BizAppId)
BizAppId
- 业务appidpublic String getBindId()
public void setBindId(String BindId)
BindId
- 双方号码 + 中间号绑定 ID,该 ID 全局唯一public String getBizId()
public void setBizId(String BizId)
BizId
- 应用二级业务 ID,bizId 需保证在该 appId 下全局唯一,最大长度不超过 16 个字节。Copyright © 2020. All rights reserved.