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