Class WorkflowExecutionCount.AggregationGroup

  • Enclosing class:
    WorkflowExecutionCount

    public static class WorkflowExecutionCount.AggregationGroup
    extends java.lang.Object
    Individual aggregation group record.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getCount()
      Count of workflows in the group.
      java.util.List<java.util.List<?>> getGroupValues()
      Values of the group.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getGroupValues

        public java.util.List<java.util.List<?>> getGroupValues()
        Values of the group.
      • getCount

        public long getCount()
        Count of workflows in the group.