Class GroupInformation


  • public class GroupInformation
    extends Object
    Contains information about the group.
    • Constructor Detail

      • GroupInformation

        public GroupInformation()
    • Method Detail

      • getGroupsIds

        public Set<String> getGroupsIds()
        Gets the set of group IDs.
        Returns:
        the set of group IDs
      • setGroupsIds

        public void setGroupsIds​(Set<String> groupsIds)
        Sets the set of group IDs.
        Parameters:
        groupsIds - the set of group IDs
      • getGroupsNames

        public Set<String> getGroupsNames()
        Gets the set of group names.
        Returns:
        the set of group names
      • setGroupsNames

        public void setGroupsNames​(Set<String> groupsNames)
        Sets the set of group names.
        Parameters:
        groupsNames - the set of group names