Package stroom.query.common.v2
Class Item
- java.lang.Object
-
- stroom.query.common.v2.Item
-
- All Implemented Interfaces:
java.io.Serializable
public class Item extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Detail
-
Item
public Item(GroupKey key, stroom.dashboard.expression.v1.Generator[] generators, int depth)
-
-
Method Detail
-
getKey
public GroupKey getKey()
-
getGenerators
public stroom.dashboard.expression.v1.Generator[] getGenerators()
-
getDepth
public int getDepth()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-