public class DeleteCallBackResponse extends AbstractModel
Constructor and Description |
---|
DeleteCallBackResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getCallId()
Get 话单id
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getErrorCode()
Get 错误码
|
String |
getMsg()
Get 错误原因
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setCallId(String CallId)
Set 话单id
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setErrorCode(String ErrorCode)
Set 错误码
|
void |
setMsg(String Msg)
Set 错误原因
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 getErrorCode()
public void setErrorCode(String ErrorCode)
ErrorCode
- 错误码public String getMsg()
public void setMsg(String Msg)
Msg
- 错误原因
注意:此字段可能返回 null,表示取不到有效值。public String getCallId()
public void setCallId(String CallId)
CallId
- 话单id
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2020. All rights reserved.