public class ExecRtopGenericInvokeResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
data |
String |
reqMsgId |
String |
responseCode |
String |
resultCode |
String |
resultMsg |
Boolean |
success |
| Constructor and Description |
|---|
ExecRtopGenericInvokeResponse() |
| Modifier and Type | Method and Description |
|---|---|
static ExecRtopGenericInvokeResponse |
build(Map<String,?> map) |
String |
getData() |
String |
getReqMsgId() |
String |
getResponseCode() |
String |
getResultCode() |
String |
getResultMsg() |
Boolean |
getSuccess() |
ExecRtopGenericInvokeResponse |
setData(String data) |
ExecRtopGenericInvokeResponse |
setReqMsgId(String reqMsgId) |
ExecRtopGenericInvokeResponse |
setResponseCode(String responseCode) |
ExecRtopGenericInvokeResponse |
setResultCode(String resultCode) |
ExecRtopGenericInvokeResponse |
setResultMsg(String resultMsg) |
ExecRtopGenericInvokeResponse |
setSuccess(Boolean success) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="data") public String data
@NameInMap(value="response_code") public String responseCode
@NameInMap(value="success") public Boolean success
public static ExecRtopGenericInvokeResponse build(Map<String,?> map) throws Exception
Exceptionpublic ExecRtopGenericInvokeResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public ExecRtopGenericInvokeResponse setResultCode(String resultCode)
public String getResultCode()
public ExecRtopGenericInvokeResponse setResultMsg(String resultMsg)
public String getResultMsg()
public ExecRtopGenericInvokeResponse setData(String data)
public String getData()
public ExecRtopGenericInvokeResponse setResponseCode(String responseCode)
public String getResponseCode()
public ExecRtopGenericInvokeResponse setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.