Class AttachedUserPolicyGroupInfo

    • Constructor Detail

      • AttachedUserPolicyGroupInfo

        public AttachedUserPolicyGroupInfo()
      • AttachedUserPolicyGroupInfo

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

      • getGroupId

        public Long getGroupId()
        Get 分组ID
        Returns:
        GroupId 分组ID
      • setGroupId

        public void setGroupId​(Long GroupId)
        Set 分组ID
        Parameters:
        GroupId - 分组ID
      • getGroupName

        public String getGroupName()
        Get 分组名称
        Returns:
        GroupName 分组名称
      • setGroupName

        public void setGroupName​(String GroupName)
        Set 分组名称
        Parameters:
        GroupName - 分组名称