public class CreateExternalAccountBookResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateExternalAccountBookResult() |
CreateExternalAccountBookResult(CreateExternalAccountBookResult 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 |
getChannelAccountBookId()
Get 渠道电子记账本ID
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getCollectMoneyAccountInfo()
Get 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDealMessage()
Get 处理返回描述,例如失败原因等
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDealStatus()
Get 处理状态。
__SUCCESS__: 成功
__FAILED__: 失败
__PROCESSING__: 进行中。
|
void |
setChannelAccountBookId(String ChannelAccountBookId)
Set 渠道电子记账本ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCollectMoneyAccountInfo(String CollectMoneyAccountInfo)
Set 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDealMessage(String DealMessage)
Set 处理返回描述,例如失败原因等
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDealStatus(String DealStatus)
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, toJsonString
public CreateExternalAccountBookResult()
public CreateExternalAccountBookResult(CreateExternalAccountBookResult source)
public String getDealStatus()
public void setDealStatus(String DealStatus)
DealStatus
- 处理状态。
__SUCCESS__: 成功
__FAILED__: 失败
__PROCESSING__: 进行中。public String getDealMessage()
public void setDealMessage(String DealMessage)
DealMessage
- 处理返回描述,例如失败原因等
注意:此字段可能返回 null,表示取不到有效值。public String getChannelAccountBookId()
public void setChannelAccountBookId(String ChannelAccountBookId)
ChannelAccountBookId
- 渠道电子记账本ID
注意:此字段可能返回 null,表示取不到有效值。public String getCollectMoneyAccountInfo()
public void setCollectMoneyAccountInfo(String CollectMoneyAccountInfo)
CollectMoneyAccountInfo
- 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.