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