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