public class ChartData extends Object implements Serializable
| Constructor and Description |
|---|
ChartData(ChartAggregationValue key,
List<ChartAggregationResult> aggregationResults,
String lang,
String chartLabel) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAggregationResult(ChartAggregationResult aggregationResult,
int index,
boolean replaceIfExists) |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ChartAggregationResult> |
getAggregationResults() |
String |
getChartKey() |
String |
getChartLabel() |
String |
getChartValue() |
ChartAggregationValue |
getKey() |
String |
getLang() |
List<String> |
getValues() |
int |
hashCode() |
void |
setAggregationResults(List<ChartAggregationResult> aggregationResults) |
void |
setChartLabel(String chartLabel) |
void |
setKey(ChartAggregationValue key) |
void |
setLang(String lang) |
String |
toString() |
public ChartData(ChartAggregationValue key, List<ChartAggregationResult> aggregationResults, String lang, String chartLabel)
public String getChartKey()
public void addAggregationResult(ChartAggregationResult aggregationResult, int index, boolean replaceIfExists)
public String getChartValue()
public ChartAggregationValue getKey()
public List<ChartAggregationResult> getAggregationResults()
public String getLang()
public String getChartLabel()
public void setKey(ChartAggregationValue key)
public void setAggregationResults(List<ChartAggregationResult> aggregationResults)
public void setLang(String lang)
public void setChartLabel(String chartLabel)
protected boolean canEqual(Object other)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.