public class BatchqueryUmktTaskDetailResponse
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 |
|---|
BatchqueryUmktTaskDetailResponse() |
| Modifier and Type | Method and Description |
|---|---|
static BatchqueryUmktTaskDetailResponse |
build(Map<String,?> map) |
List<CommonRobotCallDetail> |
getCallInfo() |
String |
getOutInfo() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
BatchqueryUmktTaskDetailResponse |
setCallInfo(List<CommonRobotCallDetail> callInfo) |
BatchqueryUmktTaskDetailResponse |
setOutInfo(String outInfo) |
BatchqueryUmktTaskDetailResponse |
setReqMsgId(String reqMsgId) |
BatchqueryUmktTaskDetailResponse |
setResultCode(String resultCode) |
BatchqueryUmktTaskDetailResponse |
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 static BatchqueryUmktTaskDetailResponse build(Map<String,?> map) throws Exception
Exceptionpublic BatchqueryUmktTaskDetailResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public BatchqueryUmktTaskDetailResponse setResultCode(String resultCode)
public String getResultCode()
public BatchqueryUmktTaskDetailResponse setResultMsg(String resultMsg)
public String getResultMsg()
public BatchqueryUmktTaskDetailResponse setOutInfo(String outInfo)
public String getOutInfo()
public BatchqueryUmktTaskDetailResponse setCallInfo(List<CommonRobotCallDetail> callInfo)
public List<CommonRobotCallDetail> getCallInfo()
Copyright © 2025. All rights reserved.