Class CreateExternalAccountBookResult


  • public class CreateExternalAccountBookResult
    extends AbstractModel
    • 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,表示取不到有效值。