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