public class QueryOpenBankUnbindExternalSubMerchantBankAccountResult extends AbstractModel
Constructor and Description |
---|
QueryOpenBankUnbindExternalSubMerchantBankAccountResult() |
QueryOpenBankUnbindExternalSubMerchantBankAccountResult(QueryOpenBankUnbindExternalSubMerchantBankAccountResult 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public QueryOpenBankUnbindExternalSubMerchantBankAccountResult()
public QueryOpenBankUnbindExternalSubMerchantBankAccountResult(QueryOpenBankUnbindExternalSubMerchantBankAccountResult 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 © 2022. All rights reserved.