public class AggregationSetting
extends Object
| Constructor and Description |
|---|
AggregationSetting() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getCode()
The field code of the field used in the "Function" option of the Graph.
|
AggregationFunction |
getType()
The type of the "Function" option of the Graph.
|
int |
hashCode() |
AggregationSetting |
setCode(String code)
The field code of the field used in the "Function" option of the Graph.
|
AggregationSetting |
setType(AggregationFunction type)
The type of the "Function" option of the Graph.
|
String |
toString() |
public AggregationFunction getType()
public String getCode()
public AggregationSetting setType(AggregationFunction type)
this.public AggregationSetting setCode(String code)
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