Class ValueCountAggregation
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase
-
- org.opensearch.client.opensearch._types.aggregations.FormattableMetricAggregation
-
- org.opensearch.client.opensearch._types.aggregations.ValueCountAggregation
-
- All Implemented Interfaces:
JsonpSerializable,AggregationVariant
@JsonpDeserializable public class ValueCountAggregation extends FormattableMetricAggregation implements AggregationVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValueCountAggregation.BuilderBuilder forValueCountAggregation.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.FormattableMetricAggregation
FormattableMetricAggregation.AbstractBuilder<BuilderT extends FormattableMetricAggregation.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ValueCountAggregation>_DESERIALIZERJson deserializer forValueCountAggregation
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregation.Kind_aggregationKind()Aggregation variant kind.static ValueCountAggregationof(java.util.function.Function<ValueCountAggregation.Builder,ObjectBuilder<ValueCountAggregation>> fn)protected static voidsetupValueCountAggregationDeserializer(ObjectDeserializer<ValueCountAggregation.Builder> op)-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.FormattableMetricAggregation
format, serializeInternal, setupFormattableMetricAggregationDeserializer
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase
field, missing, script, serialize, setupMetricAggregationBaseDeserializer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opensearch.client.opensearch._types.aggregations.AggregationVariant
_toAggregation
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<ValueCountAggregation> _DESERIALIZER
Json deserializer forValueCountAggregation
-
-
Method Detail
-
of
public static ValueCountAggregation of(java.util.function.Function<ValueCountAggregation.Builder,ObjectBuilder<ValueCountAggregation>> fn)
-
_aggregationKind
public Aggregation.Kind _aggregationKind()
Aggregation variant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
setupValueCountAggregationDeserializer
protected static void setupValueCountAggregationDeserializer(ObjectDeserializer<ValueCountAggregation.Builder> op)
-
-