Class AppAccountInfo

    • Constructor Detail

      • AppAccountInfo

        public AppAccountInfo()
      • AppAccountInfo

        public AppAccountInfo​(AppAccountInfo 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

      • getAccountId

        public String getAccountId()
        Get 账号ID。
        Returns:
        AccountId 账号ID。
      • setAccountId

        public void setAccountId​(String AccountId)
        Set 账号ID。
        Parameters:
        AccountId - 账号ID。
      • getAccountName

        public String getAccountName()
        Get 账号名。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AccountName 账号名。 注意:此字段可能返回 null,表示取不到有效值。
      • setAccountName

        public void setAccountName​(String AccountName)
        Set 账号名。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AccountName - 账号名。 注意:此字段可能返回 null,表示取不到有效值。
      • getUserList

        public LinkUserInfo[] getUserList()
        Get 用户信息列表。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UserList 用户信息列表。 注意:此字段可能返回 null,表示取不到有效值。
      • setUserList

        public void setUserList​(LinkUserInfo[] UserList)
        Set 用户信息列表。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UserList - 用户信息列表。 注意:此字段可能返回 null,表示取不到有效值。
      • getDescription

        public String getDescription()
        Get 描述。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Description 描述。 注意:此字段可能返回 null,表示取不到有效值。
      • setDescription

        public void setDescription​(String Description)
        Set 描述。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Description - 描述。 注意:此字段可能返回 null,表示取不到有效值。
      • getCreatedDate

        public String getCreatedDate()
        Get 创建时间。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreatedDate 创建时间。 注意:此字段可能返回 null,表示取不到有效值。
      • setCreatedDate

        public void setCreatedDate​(String CreatedDate)
        Set 创建时间。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreatedDate - 创建时间。 注意:此字段可能返回 null,表示取不到有效值。