Class QueryExternalAccountBookResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.QueryExternalAccountBookResult
-
public class QueryExternalAccountBookResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description QueryExternalAccountBookResult()QueryExternalAccountBookResult(QueryExternalAccountBookResult 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 StringgetAvailableBalance()Get 可用余额。 注意:此字段可能返回 null,表示取不到有效值。StringgetChannelAccountBookId()Get 渠道记账本IDStringgetCollectMoneyAccountInfo()Get 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。voidsetAvailableBalance(String AvailableBalance)Set 可用余额。 注意:此字段可能返回 null,表示取不到有效值。voidsetChannelAccountBookId(String ChannelAccountBookId)Set 渠道记账本IDvoidsetCollectMoneyAccountInfo(String CollectMoneyAccountInfo)Set 电子记账本对外收款的账户信息。为JSON格式字符串(成功状态下返回)。详情见附录-复杂类型。 注意:此字段可能返回 null,表示取不到有效值。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
-
QueryExternalAccountBookResult
public QueryExternalAccountBookResult()
-
QueryExternalAccountBookResult
public QueryExternalAccountBookResult(QueryExternalAccountBookResult 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
-
getChannelAccountBookId
public String getChannelAccountBookId()
Get 渠道记账本ID- Returns:
- ChannelAccountBookId 渠道记账本ID
-
setChannelAccountBookId
public void setChannelAccountBookId(String ChannelAccountBookId)
Set 渠道记账本ID- Parameters:
ChannelAccountBookId- 渠道记账本ID
-
getAvailableBalance
public String getAvailableBalance()
Get 可用余额。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- AvailableBalance 可用余额。 注意:此字段可能返回 null,表示取不到有效值。
-
setAvailableBalance
public void setAvailableBalance(String AvailableBalance)
Set 可用余额。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
AvailableBalance- 可用余额。 注意:此字段可能返回 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,表示取不到有效值。
-
-