Class GroupKey

  • All Implemented Interfaces:
    java.io.Serializable, stroom.dashboard.expression.v1.Key

    public class GroupKey
    extends java.lang.Object
    implements stroom.dashboard.expression.v1.Key
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      GroupKey​(java.util.List<stroom.dashboard.expression.v1.Val> values)  
      GroupKey​(stroom.dashboard.expression.v1.Val value)  
      GroupKey​(GroupKey parent, java.util.List<stroom.dashboard.expression.v1.Val> values)  
      GroupKey​(GroupKey parent, stroom.dashboard.expression.v1.Val value)  
    • Method Summary

      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      int getDepth()  
      GroupKey getParent()  
      java.util.List<stroom.dashboard.expression.v1.Val> getValues()  
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • GroupKey

        public GroupKey​(stroom.dashboard.expression.v1.Val value)
      • GroupKey

        public GroupKey​(java.util.List<stroom.dashboard.expression.v1.Val> values)
      • GroupKey

        public GroupKey​(GroupKey parent,
                        stroom.dashboard.expression.v1.Val value)
      • GroupKey

        public GroupKey​(GroupKey parent,
                        java.util.List<stroom.dashboard.expression.v1.Val> values)
    • Method Detail

      • getDepth

        public int getDepth()
      • getParent

        public GroupKey getParent()
      • getValues

        public java.util.List<stroom.dashboard.expression.v1.Val> getValues()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object