public class ApplyQmpRobotcallResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
callId |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
ApplyQmpRobotcallResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ApplyQmpRobotcallResponse |
build(Map<String,?> map) |
String |
getCallId() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
ApplyQmpRobotcallResponse |
setCallId(String callId) |
ApplyQmpRobotcallResponse |
setReqMsgId(String reqMsgId) |
ApplyQmpRobotcallResponse |
setResultCode(String resultCode) |
ApplyQmpRobotcallResponse |
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="call_id") public String callId
public static ApplyQmpRobotcallResponse build(Map<String,?> map) throws Exception
Exceptionpublic ApplyQmpRobotcallResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ApplyQmpRobotcallResponse setResultCode(String resultCode)
public String getResultCode()
public ApplyQmpRobotcallResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ApplyQmpRobotcallResponse setCallId(String callId)
public String getCallId()
Copyright © 2025. All rights reserved.