Class ChartData
- java.lang.Object
-
- org.exoplatform.analytics.model.chart.ChartData
-
- All Implemented Interfaces:
Serializable
public class ChartData extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChartData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddAggregationResult(ChartAggregationResult aggregationResult, int index, boolean replaceIfExists)StringgetChartKey()StringgetChartValue()List<String>getValues()
-
-
-
Method Detail
-
getChartKey
public String getChartKey()
-
addAggregationResult
public void addAggregationResult(ChartAggregationResult aggregationResult, int index, boolean replaceIfExists)
-
getChartValue
public String getChartValue()
-
-