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