Class CreateExternalAccountBookResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CreateExternalAccountBookResult
-
public class CreateExternalAccountBookResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannelAccountBookId()Get 渠道电子记账本ID 注意:此字段可能返回 null,表示取不到有效值。StringgetCollectMoneyAccountInfo()Get 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。StringgetDealMessage()Get 处理返回描述,例如失败原因等 注意:此字段可能返回 null,表示取不到有效值。StringgetDealStatus()Get 处理状态。 __SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。voidsetChannelAccountBookId(String ChannelAccountBookId)Set 渠道电子记账本ID 注意:此字段可能返回 null,表示取不到有效值。voidsetCollectMoneyAccountInfo(String CollectMoneyAccountInfo)Set 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。voidsetDealMessage(String DealMessage)Set 处理返回描述,例如失败原因等 注意:此字段可能返回 null,表示取不到有效值。voidsetDealStatus(String DealStatus)Set 处理状态。 __SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。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
-
CreateExternalAccountBookResult
public CreateExternalAccountBookResult()
-
CreateExternalAccountBookResult
public 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.
-
-
Method Detail
-
getDealStatus
public String getDealStatus()
Get 处理状态。 __SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。- Returns:
- DealStatus 处理状态。 __SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。
-
setDealStatus
public void setDealStatus(String DealStatus)
Set 处理状态。 __SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。- Parameters:
DealStatus- 处理状态。 __SUCCESS__: 成功 __FAILED__: 失败 __PROCESSING__: 进行中。
-
getDealMessage
public String getDealMessage()
Get 处理返回描述,例如失败原因等 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- DealMessage 处理返回描述,例如失败原因等 注意:此字段可能返回 null,表示取不到有效值。
-
setDealMessage
public void setDealMessage(String DealMessage)
Set 处理返回描述,例如失败原因等 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
DealMessage- 处理返回描述,例如失败原因等 注意:此字段可能返回 null,表示取不到有效值。
-
getChannelAccountBookId
public String getChannelAccountBookId()
Get 渠道电子记账本ID 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ChannelAccountBookId 渠道电子记账本ID 注意:此字段可能返回 null,表示取不到有效值。
-
setChannelAccountBookId
public void setChannelAccountBookId(String ChannelAccountBookId)
Set 渠道电子记账本ID 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ChannelAccountBookId- 渠道电子记账本ID 注意:此字段可能返回 null,表示取不到有效值。
-
getCollectMoneyAccountInfo
public String getCollectMoneyAccountInfo()
Get 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CollectMoneyAccountInfo 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。
-
setCollectMoneyAccountInfo
public void setCollectMoneyAccountInfo(String CollectMoneyAccountInfo)
Set 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CollectMoneyAccountInfo- 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。
-
-