Class DescribeCallBackStatusResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.npp.v20190823.models.DescribeCallBackStatusResponse
-
public class DescribeCallBackStatusResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCallBackStatusResponse()DescribeCallBackStatusResponse(DescribeCallBackStatusResponse 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 StringgetAppId()Get 业务appidStringgetCallId()Get 回拨请求响应中返回的 callIdStringgetCallStatus()Get 通话最后状态:0:未知状态 1:主叫响铃中 2:主叫接听 3:被叫响铃中 4:正常通话中 5:通话结束StringgetDst()Get 被叫号码StringgetErrorCode()Get 错误码StringgetMsg()Get 错误信息StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。StringgetSrc()Get 主叫号码voidsetAppId(String AppId)Set 业务appidvoidsetCallId(String CallId)Set 回拨请求响应中返回的 callIdvoidsetCallStatus(String CallStatus)Set 通话最后状态:0:未知状态 1:主叫响铃中 2:主叫接听 3:被叫响铃中 4:正常通话中 5:通话结束voidsetDst(String Dst)Set 被叫号码voidsetErrorCode(String ErrorCode)Set 错误码voidsetMsg(String Msg)Set 错误信息voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetSrc(String Src)Set 主叫号码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
-
DescribeCallBackStatusResponse
public DescribeCallBackStatusResponse()
-
DescribeCallBackStatusResponse
public DescribeCallBackStatusResponse(DescribeCallBackStatusResponse 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
-
getErrorCode
public String getErrorCode()
Get 错误码- Returns:
- ErrorCode 错误码
-
setErrorCode
public void setErrorCode(String ErrorCode)
Set 错误码- Parameters:
ErrorCode- 错误码
-
getMsg
public String getMsg()
Get 错误信息- Returns:
- Msg 错误信息
-
setMsg
public void setMsg(String Msg)
Set 错误信息- Parameters:
Msg- 错误信息
-
getAppId
public String getAppId()
Get 业务appid- Returns:
- AppId 业务appid
-
setAppId
public void setAppId(String AppId)
Set 业务appid- Parameters:
AppId- 业务appid
-
getCallId
public String getCallId()
Get 回拨请求响应中返回的 callId- Returns:
- CallId 回拨请求响应中返回的 callId
-
setCallId
public void setCallId(String CallId)
Set 回拨请求响应中返回的 callId- Parameters:
CallId- 回拨请求响应中返回的 callId
-
getSrc
public String getSrc()
Get 主叫号码- Returns:
- Src 主叫号码
-
setSrc
public void setSrc(String Src)
Set 主叫号码- Parameters:
Src- 主叫号码
-
getDst
public String getDst()
Get 被叫号码- Returns:
- Dst 被叫号码
-
setDst
public void setDst(String Dst)
Set 被叫号码- Parameters:
Dst- 被叫号码
-
getCallStatus
public String getCallStatus()
Get 通话最后状态:0:未知状态 1:主叫响铃中 2:主叫接听 3:被叫响铃中 4:正常通话中 5:通话结束- Returns:
- CallStatus 通话最后状态:0:未知状态 1:主叫响铃中 2:主叫接听 3:被叫响铃中 4:正常通话中 5:通话结束
-
setCallStatus
public void setCallStatus(String CallStatus)
Set 通话最后状态:0:未知状态 1:主叫响铃中 2:主叫接听 3:被叫响铃中 4:正常通话中 5:通话结束- Parameters:
CallStatus- 通话最后状态:0:未知状态 1:主叫响铃中 2:主叫接听 3:被叫响铃中 4:正常通话中 5:通话结束
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-