Class MinAggregate
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase
-
- org.opensearch.client.opensearch._types.aggregations.SingleMetricAggregateBase
-
- org.opensearch.client.opensearch._types.aggregations.MinAggregate
-
- All Implemented Interfaces:
JsonpSerializable,AggregateVariant
@JsonpDeserializable public class MinAggregate extends SingleMetricAggregateBase implements AggregateVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMinAggregate.BuilderBuilder forMinAggregate.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.SingleMetricAggregateBase
SingleMetricAggregateBase.AbstractBuilder<BuilderT extends SingleMetricAggregateBase.AbstractBuilder<BuilderT>>
-
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<MinAggregate>_DESERIALIZERJson deserializer forMinAggregate
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregate.Kind_aggregateKind()Aggregate variant kind.static MinAggregateof(java.util.function.Function<MinAggregate.Builder,ObjectBuilder<MinAggregate>> fn)protected static voidsetupMinAggregateDeserializer(ObjectDeserializer<MinAggregate.Builder> op)-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.SingleMetricAggregateBase
serializeInternal, setupSingleMetricAggregateBaseDeserializer, value, valueAsString
-
Methods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializer
-
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.AggregateVariant
_toAggregate
-
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<MinAggregate> _DESERIALIZER
Json deserializer forMinAggregate
-
-
Method Detail
-
of
public static MinAggregate of(java.util.function.Function<MinAggregate.Builder,ObjectBuilder<MinAggregate>> fn)
-
_aggregateKind
public Aggregate.Kind _aggregateKind()
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
setupMinAggregateDeserializer
protected static void setupMinAggregateDeserializer(ObjectDeserializer<MinAggregate.Builder> op)
-
-