Class DelegatedGroupContents


  • public class DelegatedGroupContents
    extends java.lang.Object
    Holds information about delegated group and subgroup.
    Author:
    P.Piernik
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • subGroups

        public final java.util.List<java.lang.String> subGroups
    • Constructor Detail

      • DelegatedGroupContents

        public DelegatedGroupContents​(DelegatedGroup group,
                                      java.util.Optional<java.util.List<java.lang.String>> subGroups)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object