public class ChartAggregationLabel extends Object implements Serializable
| Constructor and Description |
|---|
ChartAggregationLabel(List<ChartAggregationValue> aggregationValues,
String label,
String lang) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ChartAggregationValue> |
getAggregationValues() |
String |
getLabel() |
String |
getLang() |
int |
hashCode() |
void |
setAggregationValues(List<ChartAggregationValue> aggregationValues) |
void |
setLabel(String label) |
void |
setLang(String lang) |
String |
toString() |
public ChartAggregationLabel(List<ChartAggregationValue> aggregationValues, String label, String lang)
public List<ChartAggregationValue> getAggregationValues()
public String getLabel()
public String getLang()
public void setAggregationValues(List<ChartAggregationValue> aggregationValues)
public void setLabel(String label)
public void setLang(String lang)
protected boolean canEqual(Object other)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.