public class ChartDataList extends Object implements Serializable
| Constructor and Description |
|---|
ChartDataList(String lang) |
| Modifier and Type | Method and Description |
|---|---|
ChartData |
addAggregationResult(ChartAggregationValue chartParentAggregation,
ChartAggregationResult aggregationResult) |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
LinkedHashSet<ChartAggregationLabel> |
getAggregationLabels() |
LinkedHashSet<ChartData> |
getCharts() |
long |
getComputingTime() |
long |
getDataCount() |
List<String> |
getLabels() |
String |
getLang() |
int |
hashCode() |
void |
setAggregationLabels(LinkedHashSet<ChartAggregationLabel> aggregationLabels) |
void |
setCharts(LinkedHashSet<ChartData> charts) |
void |
setComputingTime(long computingTime) |
void |
setDataCount(long dataCount) |
void |
setLang(String lang) |
String |
toString() |
public ChartDataList(String lang)
public ChartData addAggregationResult(ChartAggregationValue chartParentAggregation, ChartAggregationResult aggregationResult)
public String getLang()
public LinkedHashSet<ChartAggregationLabel> getAggregationLabels()
public LinkedHashSet<ChartData> getCharts()
public long getComputingTime()
public long getDataCount()
public void setLang(String lang)
public void setAggregationLabels(LinkedHashSet<ChartAggregationLabel> aggregationLabels)
public void setCharts(LinkedHashSet<ChartData> charts)
public void setComputingTime(long computingTime)
public void setDataCount(long dataCount)
protected boolean canEqual(Object other)
Copyright © 2003–2021 eXo Platform SAS. All rights reserved.