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