public class BindDubbridgeCustomerBankcardResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
bindSerialNo |
String |
customerNo |
String |
reqMsgId |
String |
resultCode |
String |
resultMsg |
| Constructor and Description |
|---|
BindDubbridgeCustomerBankcardResponse() |
| Modifier and Type | Method and Description |
|---|---|
static BindDubbridgeCustomerBankcardResponse |
build(Map<String,?> map) |
String |
getBindSerialNo() |
String |
getCustomerNo() |
String |
getReqMsgId() |
String |
getResultCode() |
String |
getResultMsg() |
BindDubbridgeCustomerBankcardResponse |
setBindSerialNo(String bindSerialNo) |
BindDubbridgeCustomerBankcardResponse |
setCustomerNo(String customerNo) |
BindDubbridgeCustomerBankcardResponse |
setReqMsgId(String reqMsgId) |
BindDubbridgeCustomerBankcardResponse |
setResultCode(String resultCode) |
BindDubbridgeCustomerBankcardResponse |
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="bind_serial_no") public String bindSerialNo
@NameInMap(value="customer_no") public String customerNo
public BindDubbridgeCustomerBankcardResponse()
public static BindDubbridgeCustomerBankcardResponse build(Map<String,?> map) throws Exception
Exceptionpublic BindDubbridgeCustomerBankcardResponse setReqMsgId(String reqMsgId)
public String getReqMsgId()
public BindDubbridgeCustomerBankcardResponse setResultCode(String resultCode)
public String getResultCode()
public BindDubbridgeCustomerBankcardResponse setResultMsg(String resultMsg)
public String getResultMsg()
public BindDubbridgeCustomerBankcardResponse setBindSerialNo(String bindSerialNo)
public String getBindSerialNo()
public BindDubbridgeCustomerBankcardResponse setCustomerNo(String customerNo)
public String getCustomerNo()
Copyright © 2025. All rights reserved.