Class DeleteCallBackRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.npp.v20190823.models.DeleteCallBackRequest
-
public class DeleteCallBackRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DeleteCallBackRequest()DeleteCallBackRequest(DeleteCallBackRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBizAppId()Get 业务appidStringgetCallId()Get 回拨请求响应中返回的 callIdStringgetCancelFlag()Get 0:不管通话状态直接拆线(默认) 1:主叫响铃以后状态不拆线 2:主叫接听以后状态不拆线 3:被叫响铃以后状态不拆线 4:被叫接听以后状态不拆线voidsetBizAppId(String BizAppId)Set 业务appidvoidsetCallId(String CallId)Set 回拨请求响应中返回的 callIdvoidsetCancelFlag(String CancelFlag)Set 0:不管通话状态直接拆线(默认) 1:主叫响铃以后状态不拆线 2:主叫接听以后状态不拆线 3:被叫响铃以后状态不拆线 4:被叫接听以后状态不拆线voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DeleteCallBackRequest
public DeleteCallBackRequest()
-
DeleteCallBackRequest
public DeleteCallBackRequest(DeleteCallBackRequest 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.
-
-
Method Detail
-
getBizAppId
public String getBizAppId()
Get 业务appid- Returns:
- BizAppId 业务appid
-
setBizAppId
public void setBizAppId(String BizAppId)
Set 业务appid- Parameters:
BizAppId- 业务appid
-
getCallId
public String getCallId()
Get 回拨请求响应中返回的 callId- Returns:
- CallId 回拨请求响应中返回的 callId
-
setCallId
public void setCallId(String CallId)
Set 回拨请求响应中返回的 callId- Parameters:
CallId- 回拨请求响应中返回的 callId
-
getCancelFlag
public String getCancelFlag()
Get 0:不管通话状态直接拆线(默认) 1:主叫响铃以后状态不拆线 2:主叫接听以后状态不拆线 3:被叫响铃以后状态不拆线 4:被叫接听以后状态不拆线- Returns:
- CancelFlag 0:不管通话状态直接拆线(默认) 1:主叫响铃以后状态不拆线 2:主叫接听以后状态不拆线 3:被叫响铃以后状态不拆线 4:被叫接听以后状态不拆线
-
setCancelFlag
public void setCancelFlag(String CancelFlag)
Set 0:不管通话状态直接拆线(默认) 1:主叫响铃以后状态不拆线 2:主叫接听以后状态不拆线 3:被叫响铃以后状态不拆线 4:被叫接听以后状态不拆线- Parameters:
CancelFlag- 0:不管通话状态直接拆线(默认) 1:主叫响铃以后状态不拆线 2:主叫接听以后状态不拆线 3:被叫响铃以后状态不拆线 4:被叫接听以后状态不拆线
-
-