Class MaxAggregation
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.MetricAggregationBase
-
- org.opensearch.client.opensearch._types.aggregations.FormatMetricAggregationBase
-
- org.opensearch.client.opensearch._types.aggregations.MaxAggregation
-
- All Implemented Interfaces:
JsonpSerializable,AggregationVariant
@JsonpDeserializable public class MaxAggregation extends FormatMetricAggregationBase implements AggregationVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMaxAggregation.BuilderBuilder forMaxAggregation.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.FormatMetricAggregationBase
FormatMetricAggregationBase.AbstractBuilder<BuilderT extends FormatMetricAggregationBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MaxAggregation>_DESERIALIZERJson deserializer forMaxAggregation
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregation.Kind_aggregationKind()Aggregation variant kind.static MaxAggregationof(java.util.function.Function<MaxAggregation.Builder,ObjectBuilder<MaxAggregation>> fn)protected static voidsetupMaxAggregationDeserializer(ObjectDeserializer<MaxAggregation.Builder> op)-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.FormatMetricAggregationBase
format, serializeInternal, setupFormatMetricAggregationBaseDeserializer
-
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<MaxAggregation> _DESERIALIZER
Json deserializer forMaxAggregation
-
-
Method Detail
-
of
public static MaxAggregation of(java.util.function.Function<MaxAggregation.Builder,ObjectBuilder<MaxAggregation>> fn)
-
_aggregationKind
public Aggregation.Kind _aggregationKind()
Aggregation variant kind.- Specified by:
_aggregationKindin interfaceAggregationVariant
-
setupMaxAggregationDeserializer
protected static void setupMaxAggregationDeserializer(ObjectDeserializer<MaxAggregation.Builder> op)
-
-