Package com.enonic.xp.aggregation
Class SingleValueMetricAggregation
- java.lang.Object
-
- com.enonic.xp.aggregation.Aggregation
-
- com.enonic.xp.aggregation.MetricAggregation
-
- com.enonic.xp.aggregation.SingleValueMetricAggregation
-
@PublicApi public class SingleValueMetricAggregation extends MetricAggregation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SingleValueMetricAggregation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SingleValueMetricAggregation.Builder
create(String name)
double
getValue()
-
Methods inherited from class com.enonic.xp.aggregation.Aggregation
bucketAggregation, getName, getSubAggregations
-
-
-
-
Method Detail
-
getValue
public double getValue()
-
create
public static SingleValueMetricAggregation.Builder create(String name)
-
-