public class QueryRbbCompanyCreditResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
Long |
creditAmount |
String |
extra |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
QueryRbbCompanyCreditResponse() |
| Modifier and Type | Method and Description |
|---|---|
static QueryRbbCompanyCreditResponse |
build(Map<String,?> map) |
Long |
getCreditAmount() |
String |
getExtra() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
QueryRbbCompanyCreditResponse |
setCreditAmount(Long creditAmount) |
QueryRbbCompanyCreditResponse |
setExtra(String extra) |
QueryRbbCompanyCreditResponse |
setReqMsgId(String reqMsgId) |
QueryRbbCompanyCreditResponse |
setResultCode(String resultCode) |
QueryRbbCompanyCreditResponse |
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="credit_amount") public Long creditAmount
@NameInMap(value="extra") public String extra
public static QueryRbbCompanyCreditResponse build(Map<String,?> map) throws Exception
Exceptionpublic QueryRbbCompanyCreditResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public QueryRbbCompanyCreditResponse setResultCode(String resultCode)
public String getResultCode()
public QueryRbbCompanyCreditResponse setResultMsg(String resultMsg)
public String getResultMsg()
public QueryRbbCompanyCreditResponse setCreditAmount(Long creditAmount)
public Long getCreditAmount()
public QueryRbbCompanyCreditResponse setExtra(String extra)
public String getExtra()
Copyright © 2025. All rights reserved.