public class UnbindOpenBankExternalSubMerchantBankAccountResult extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| UnbindOpenBankExternalSubMerchantBankAccountResult() | 
| UnbindOpenBankExternalSubMerchantBankAccountResult(UnbindOpenBankExternalSubMerchantBankAccountResult 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getChannelApplyId()Get 渠道申请编号。 | 
| String | getUnbindMessage()Get 解绑返回描述, 例如失败原因等。
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getUnbindStatus()Get 解绑状态。
__SUCCESS__: 解绑成功
__FAILED__: 解绑失败
__PROCESSING__: 解绑中
注意:若返回解绑中,需要再次调用解绑结果查询接口查询结果。 | 
| void | setChannelApplyId(String ChannelApplyId)Set 渠道申请编号。 | 
| void | setUnbindMessage(String UnbindMessage)Set 解绑返回描述, 例如失败原因等。
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setUnbindStatus(String UnbindStatus)Set 解绑状态。
__SUCCESS__: 解绑成功
__FAILED__: 解绑失败
__PROCESSING__: 解绑中
注意:若返回解绑中,需要再次调用解绑结果查询接口查询结果。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic UnbindOpenBankExternalSubMerchantBankAccountResult()
public UnbindOpenBankExternalSubMerchantBankAccountResult(UnbindOpenBankExternalSubMerchantBankAccountResult source)
public String getChannelApplyId()
public void setChannelApplyId(String ChannelApplyId)
ChannelApplyId - 渠道申请编号。public String getUnbindStatus()
public void setUnbindStatus(String UnbindStatus)
UnbindStatus - 解绑状态。
__SUCCESS__: 解绑成功
__FAILED__: 解绑失败
__PROCESSING__: 解绑中
注意:若返回解绑中,需要再次调用解绑结果查询接口查询结果。public String getUnbindMessage()
public void setUnbindMessage(String UnbindMessage)
UnbindMessage - 解绑返回描述, 例如失败原因等。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.