public class AggregationGroup
extends Object
| Constructor and Description |
|---|
AggregationGroup() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode()
The field code of the field used to determine the "Group by" option.
|
AggregationTimeUnit |
getPer()
The time unit used for the "Group by" option.
|
int |
hashCode() |
AggregationGroup |
setCode(String code)
The field code of the field used to determine the "Group by" option.
|
AggregationGroup |
setPer(AggregationTimeUnit per)
The time unit used for the "Group by" option.
|
String |
toString() |
public String getCode()
public AggregationTimeUnit getPer()
public AggregationGroup setCode(String code)
this.public AggregationGroup setPer(AggregationTimeUnit per)
this.public boolean equals(Object o)
equals in class Objectprotected boolean canEqual(Object other)
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object