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