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