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