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