Class AccountGroupInfo

    • Constructor Detail

      • AccountGroupInfo

        public AccountGroupInfo()
      • AccountGroupInfo

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

      • getAccountGroupId

        public String getAccountGroupId()
        Get 账号组ID。
        Returns:
        AccountGroupId 账号组ID。
      • setAccountGroupId

        public void setAccountGroupId​(String AccountGroupId)
        Set 账号组ID。
        Parameters:
        AccountGroupId - 账号组ID。
      • getGroupName

        public String getGroupName()
        Get 账号组名。
        Returns:
        GroupName 账号组名。
      • setGroupName

        public void setGroupName​(String GroupName)
        Set 账号组名。
        Parameters:
        GroupName - 账号组名。
      • getDescription

        public String getDescription()
        Get 备注。
        Returns:
        Description 备注。
      • setDescription

        public void setDescription​(String Description)
        Set 备注。
        Parameters:
        Description - 备注。
      • getCreatedDate

        public String getCreatedDate()
        Get 创建时间。
        Returns:
        CreatedDate 创建时间。
      • setCreatedDate

        public void setCreatedDate​(String CreatedDate)
        Set 创建时间。
        Parameters:
        CreatedDate - 创建时间。