Class CompositeCommandResult.GroupByResult
java.lang.Object
io.camunda.optimize.service.db.report.result.CompositeCommandResult.GroupByResult
- Enclosing class:
CompositeCommandResult
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGroupByResult(String key, String label, List<CompositeCommandResult.DistributedByResult> distributions) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancreateGroupByNone(List<CompositeCommandResult.DistributedByResult> distributions) createGroupByResult(String key, String label, CompositeCommandResult.DistributedByResult distribution) createGroupByResult(String key, String label, List<CompositeCommandResult.DistributedByResult> distributions) createGroupByResult(String key, List<CompositeCommandResult.DistributedByResult> distributions) booleangetKey()getLabel()inthashCode()voidsetDistributions(List<CompositeCommandResult.DistributedByResult> distributions) voidvoidtoString()
-
Constructor Details
-
GroupByResult
protected GroupByResult(String key, String label, List<CompositeCommandResult.DistributedByResult> distributions)
-
-
Method Details
-
createGroupByNone
public static CompositeCommandResult.GroupByResult createGroupByNone(List<CompositeCommandResult.DistributedByResult> distributions) -
createGroupByResult
public static CompositeCommandResult.GroupByResult createGroupByResult(String key, String label, CompositeCommandResult.DistributedByResult distribution) -
createGroupByResult
public static CompositeCommandResult.GroupByResult createGroupByResult(String key, List<CompositeCommandResult.DistributedByResult> distributions) -
createGroupByResult
public static CompositeCommandResult.GroupByResult createGroupByResult(String key, String label, List<CompositeCommandResult.DistributedByResult> distributions) -
getLabel
-
setLabel
-
getKey
-
setKey
-
getDistributions
-
setDistributions
-
canEqual
-
hashCode
public int hashCode() -
equals
-
toString
-