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