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