public class BatchqueryUmktRobotcallDetailResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
List<CommonRobotCallDetail> |
callInfo |
String |
outInfo |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
BatchqueryUmktRobotcallDetailResponse() |
| Modifier and Type | Method and Description |
|---|---|
static BatchqueryUmktRobotcallDetailResponse |
build(Map<String,?> map) |
List<CommonRobotCallDetail> |
getCallInfo() |
String |
getOutInfo() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
BatchqueryUmktRobotcallDetailResponse |
setCallInfo(List<CommonRobotCallDetail> callInfo) |
BatchqueryUmktRobotcallDetailResponse |
setOutInfo(String outInfo) |
BatchqueryUmktRobotcallDetailResponse |
setReqMsgId(String reqMsgId) |
BatchqueryUmktRobotcallDetailResponse |
setResultCode(String resultCode) |
BatchqueryUmktRobotcallDetailResponse |
setResultMsg(String resultMsg) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="out_info") public String outInfo
@NameInMap(value="call_info") public List<CommonRobotCallDetail> callInfo
public BatchqueryUmktRobotcallDetailResponse()
public static BatchqueryUmktRobotcallDetailResponse build(Map<String,?> map) throws Exception
Exceptionpublic BatchqueryUmktRobotcallDetailResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public BatchqueryUmktRobotcallDetailResponse setResultCode(String resultCode)
public String getResultCode()
public BatchqueryUmktRobotcallDetailResponse setResultMsg(String resultMsg)
public String getResultMsg()
public BatchqueryUmktRobotcallDetailResponse setOutInfo(String outInfo)
public String getOutInfo()
public BatchqueryUmktRobotcallDetailResponse setCallInfo(List<CommonRobotCallDetail> callInfo)
public List<CommonRobotCallDetail> getCallInfo()
Copyright © 2025. All rights reserved.