Class ChartAggregationResult
- java.lang.Object
-
- org.exoplatform.analytics.model.chart.ChartAggregationResult
-
- All Implemented Interfaces:
Serializable
public class ChartAggregationResult extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ChartAggregationResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()StringgetValue()ChartAggregationLabelretrieveChartLabel()
-
-
-
Method Detail
-
getLabel
public String getLabel()
-
getValue
public String getValue()
-
retrieveChartLabel
public ChartAggregationLabel retrieveChartLabel()
-
-