Class SupportBankInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.SupportBankInfo
-
public class SupportBankInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SupportBankInfo()SupportBankInfo(SupportBankInfo source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBankCode()Get 银行简称。StringgetBankId()Get 支持银行代码 注意:此字段可能返回 null,表示取不到有效值。StringgetBankName()Get 银行名称。StringgetBankNotice()Get 银行渠道维护公告。 注意:此字段可能返回 null,表示取不到有效值。StringgetCardType()Get 卡类型。 D:借记卡,C:信用卡,Z:借贷合一卡。 注意:此字段可能返回 null,表示取不到有效值。StringgetMaintainStatus()Get 状态。 __MAINTAINING__: 维护中 __WORKING__: 正常工作 注意:此字段可能返回 null,表示取不到有效值。voidsetBankCode(String BankCode)Set 银行简称。voidsetBankId(String BankId)Set 支持银行代码 注意:此字段可能返回 null,表示取不到有效值。voidsetBankName(String BankName)Set 银行名称。voidsetBankNotice(String BankNotice)Set 银行渠道维护公告。 注意:此字段可能返回 null,表示取不到有效值。voidsetCardType(String CardType)Set 卡类型。 D:借记卡,C:信用卡,Z:借贷合一卡。 注意:此字段可能返回 null,表示取不到有效值。voidsetMaintainStatus(String MaintainStatus)Set 状态。 __MAINTAINING__: 维护中 __WORKING__: 正常工作 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SupportBankInfo
public SupportBankInfo()
-
SupportBankInfo
public SupportBankInfo(SupportBankInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getBankCode
public String getBankCode()
Get 银行简称。- Returns:
- BankCode 银行简称。
-
setBankCode
public void setBankCode(String BankCode)
Set 银行简称。- Parameters:
BankCode- 银行简称。
-
getBankName
public String getBankName()
Get 银行名称。- Returns:
- BankName 银行名称。
-
setBankName
public void setBankName(String BankName)
Set 银行名称。- Parameters:
BankName- 银行名称。
-
getMaintainStatus
public String getMaintainStatus()
Get 状态。 __MAINTAINING__: 维护中 __WORKING__: 正常工作 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MaintainStatus 状态。 __MAINTAINING__: 维护中 __WORKING__: 正常工作 注意:此字段可能返回 null,表示取不到有效值。
-
setMaintainStatus
public void setMaintainStatus(String MaintainStatus)
Set 状态。 __MAINTAINING__: 维护中 __WORKING__: 正常工作 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MaintainStatus- 状态。 __MAINTAINING__: 维护中 __WORKING__: 正常工作 注意:此字段可能返回 null,表示取不到有效值。
-
getBankNotice
public String getBankNotice()
Get 银行渠道维护公告。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BankNotice 银行渠道维护公告。 注意:此字段可能返回 null,表示取不到有效值。
-
setBankNotice
public void setBankNotice(String BankNotice)
Set 银行渠道维护公告。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BankNotice- 银行渠道维护公告。 注意:此字段可能返回 null,表示取不到有效值。
-
getBankId
public String getBankId()
Get 支持银行代码 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BankId 支持银行代码 注意:此字段可能返回 null,表示取不到有效值。
-
setBankId
public void setBankId(String BankId)
Set 支持银行代码 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BankId- 支持银行代码 注意:此字段可能返回 null,表示取不到有效值。
-
getCardType
public String getCardType()
Get 卡类型。 D:借记卡,C:信用卡,Z:借贷合一卡。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CardType 卡类型。 D:借记卡,C:信用卡,Z:借贷合一卡。 注意:此字段可能返回 null,表示取不到有效值。
-
setCardType
public void setCardType(String CardType)
Set 卡类型。 D:借记卡,C:信用卡,Z:借贷合一卡。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CardType- 卡类型。 D:借记卡,C:信用卡,Z:借贷合一卡。 注意:此字段可能返回 null,表示取不到有效值。
-
-