Class BindOpenBankExternalSubMerchantBankAccountResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.BindOpenBankExternalSubMerchantBankAccountResult
-
public class BindOpenBankExternalSubMerchantBankAccountResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description BindOpenBankExternalSubMerchantBankAccountResult()
BindOpenBankExternalSubMerchantBankAccountResult(BindOpenBankExternalSubMerchantBankAccountResult 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 String
getBindMessage()
Get 绑定返回描述, 例如失败原因等。 注意:此字段可能返回 null,表示取不到有效值。String
getBindSerialNo()
Get 绑卡序列号。 注意:此字段可能返回 null,表示取不到有效值。String
getBindStatus()
Get 绑定状态。 __SUCCESS__: 绑定成功 __FAILED__: 绑定失败 __PROCESSING__: 绑定中。 注意:若返回绑定中,需要再次调用绑定结果查询接口,查询结果。String
getChannelApplyId()
Get 渠道申请编号。String
getExternalSubMerchantBankAccountReturnData()
Get 渠道子商户银行账户信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。void
setBindMessage(String BindMessage)
Set 绑定返回描述, 例如失败原因等。 注意:此字段可能返回 null,表示取不到有效值。void
setBindSerialNo(String BindSerialNo)
Set 绑卡序列号。 注意:此字段可能返回 null,表示取不到有效值。void
setBindStatus(String BindStatus)
Set 绑定状态。 __SUCCESS__: 绑定成功 __FAILED__: 绑定失败 __PROCESSING__: 绑定中。 注意:若返回绑定中,需要再次调用绑定结果查询接口,查询结果。void
setChannelApplyId(String ChannelApplyId)
Set 渠道申请编号。void
setExternalSubMerchantBankAccountReturnData(String ExternalSubMerchantBankAccountReturnData)
Set 渠道子商户银行账户信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
BindOpenBankExternalSubMerchantBankAccountResult
public BindOpenBankExternalSubMerchantBankAccountResult()
-
BindOpenBankExternalSubMerchantBankAccountResult
public BindOpenBankExternalSubMerchantBankAccountResult(BindOpenBankExternalSubMerchantBankAccountResult 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
-
getChannelApplyId
public String getChannelApplyId()
Get 渠道申请编号。- Returns:
- ChannelApplyId 渠道申请编号。
-
setChannelApplyId
public void setChannelApplyId(String ChannelApplyId)
Set 渠道申请编号。- Parameters:
ChannelApplyId
- 渠道申请编号。
-
getBindStatus
public String getBindStatus()
Get 绑定状态。 __SUCCESS__: 绑定成功 __FAILED__: 绑定失败 __PROCESSING__: 绑定中。 注意:若返回绑定中,需要再次调用绑定结果查询接口,查询结果。- Returns:
- BindStatus 绑定状态。 __SUCCESS__: 绑定成功 __FAILED__: 绑定失败 __PROCESSING__: 绑定中。 注意:若返回绑定中,需要再次调用绑定结果查询接口,查询结果。
-
setBindStatus
public void setBindStatus(String BindStatus)
Set 绑定状态。 __SUCCESS__: 绑定成功 __FAILED__: 绑定失败 __PROCESSING__: 绑定中。 注意:若返回绑定中,需要再次调用绑定结果查询接口,查询结果。- Parameters:
BindStatus
- 绑定状态。 __SUCCESS__: 绑定成功 __FAILED__: 绑定失败 __PROCESSING__: 绑定中。 注意:若返回绑定中,需要再次调用绑定结果查询接口,查询结果。
-
getBindMessage
public String getBindMessage()
Get 绑定返回描述, 例如失败原因等。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BindMessage 绑定返回描述, 例如失败原因等。 注意:此字段可能返回 null,表示取不到有效值。
-
setBindMessage
public void setBindMessage(String BindMessage)
Set 绑定返回描述, 例如失败原因等。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BindMessage
- 绑定返回描述, 例如失败原因等。 注意:此字段可能返回 null,表示取不到有效值。
-
getExternalSubMerchantBankAccountReturnData
public String getExternalSubMerchantBankAccountReturnData()
Get 渠道子商户银行账户信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ExternalSubMerchantBankAccountReturnData 渠道子商户银行账户信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。
-
setExternalSubMerchantBankAccountReturnData
public void setExternalSubMerchantBankAccountReturnData(String ExternalSubMerchantBankAccountReturnData)
Set 渠道子商户银行账户信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ExternalSubMerchantBankAccountReturnData
- 渠道子商户银行账户信息, 为JSON格式字符串(绑定成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。
-
getBindSerialNo
public String getBindSerialNo()
Get 绑卡序列号。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- BindSerialNo 绑卡序列号。 注意:此字段可能返回 null,表示取不到有效值。
-
setBindSerialNo
public void setBindSerialNo(String BindSerialNo)
Set 绑卡序列号。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
BindSerialNo
- 绑卡序列号。 注意:此字段可能返回 null,表示取不到有效值。
-
-