public class GroupByRollupKey
extends java.lang.Object
Constructor and Description |
---|
GroupByRollupKey(EventBean[] generator,
AggregationGroupByRollupLevel level,
java.lang.Object groupKey) |
Modifier and Type | Method and Description |
---|---|
EventBean[] |
getGenerator() |
java.lang.Object |
getGroupKey() |
AggregationGroupByRollupLevel |
getLevel() |
java.lang.String |
toString() |
public GroupByRollupKey(EventBean[] generator, AggregationGroupByRollupLevel level, java.lang.Object groupKey)
public EventBean[] getGenerator()
public AggregationGroupByRollupLevel getLevel()
public java.lang.Object getGroupKey()
public java.lang.String toString()
toString
in class java.lang.Object