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