public class UpdateDubbridgeInstitutionCreditResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
applyNo |
String |
bizCode |
String |
bizMsg |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
String |
serialNo |
| Constructor and Description |
|---|
UpdateDubbridgeInstitutionCreditResponse() |
| Modifier and Type | Method and Description |
|---|---|
static UpdateDubbridgeInstitutionCreditResponse |
build(Map<String,?> map) |
String |
getApplyNo() |
String |
getBizCode() |
String |
getBizMsg() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
String |
getSerialNo() |
UpdateDubbridgeInstitutionCreditResponse |
setApplyNo(String applyNo) |
UpdateDubbridgeInstitutionCreditResponse |
setBizCode(String bizCode) |
UpdateDubbridgeInstitutionCreditResponse |
setBizMsg(String bizMsg) |
UpdateDubbridgeInstitutionCreditResponse |
setReqMsgId(String reqMsgId) |
UpdateDubbridgeInstitutionCreditResponse |
setResultCode(String resultCode) |
UpdateDubbridgeInstitutionCreditResponse |
setResultMsg(String resultMsg) |
UpdateDubbridgeInstitutionCreditResponse |
setSerialNo(String serialNo) |
@NameInMap(value="req_msg_id") public String reqMsgId
@NameInMap(value="result_code") public String resultCode
@NameInMap(value="result_msg") public String resultMsg
@NameInMap(value="apply_no") public String applyNo
@NameInMap(value="serial_no") public String serialNo
@NameInMap(value="biz_code") public String bizCode
@NameInMap(value="biz_msg") public String bizMsg
public UpdateDubbridgeInstitutionCreditResponse()
public static UpdateDubbridgeInstitutionCreditResponse build(Map<String,?> map) throws Exception
Exceptionpublic UpdateDubbridgeInstitutionCreditResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public UpdateDubbridgeInstitutionCreditResponse setResultCode(String resultCode)
public String getResultCode()
public UpdateDubbridgeInstitutionCreditResponse setResultMsg(String resultMsg)
public String getResultMsg()
public UpdateDubbridgeInstitutionCreditResponse setApplyNo(String applyNo)
public String getApplyNo()
public UpdateDubbridgeInstitutionCreditResponse setSerialNo(String serialNo)
public String getSerialNo()
public UpdateDubbridgeInstitutionCreditResponse setBizCode(String bizCode)
public String getBizCode()
public UpdateDubbridgeInstitutionCreditResponse setBizMsg(String bizMsg)
public String getBizMsg()
Copyright © 2025. All rights reserved.