Class AvgAggregate
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase
-
- org.opensearch.client.opensearch._types.aggregations.SingleMetricAggregateBase
-
- org.opensearch.client.opensearch._types.aggregations.AvgAggregate
-
- All Implemented Interfaces:
JsonpSerializable,AggregateVariant
@JsonpDeserializable public class AvgAggregate extends SingleMetricAggregateBase implements AggregateVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAvgAggregate.BuilderBuilder forAvgAggregate.-
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<AvgAggregate>_DESERIALIZERJson deserializer forAvgAggregate
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Aggregate.Kind_aggregateKind()Aggregate variant kind.static AvgAggregateof(java.util.function.Function<AvgAggregate.Builder,ObjectBuilder<AvgAggregate>> fn)protected static voidsetupAvgAggregateDeserializer(ObjectDeserializer<AvgAggregate.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<AvgAggregate> _DESERIALIZER
Json deserializer forAvgAggregate
-
-
Method Detail
-
of
public static AvgAggregate of(java.util.function.Function<AvgAggregate.Builder,ObjectBuilder<AvgAggregate>> fn)
-
_aggregateKind
public Aggregate.Kind _aggregateKind()
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
setupAvgAggregateDeserializer
protected static void setupAvgAggregateDeserializer(ObjectDeserializer<AvgAggregate.Builder> op)
-
-