Class VariableWidthHistogramAggregate
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
co.elastic.clients.elasticsearch._types.aggregations.MultiBucketAggregateBase<VariableWidthHistogramBucket>
co.elastic.clients.elasticsearch._types.aggregations.VariableWidthHistogramAggregate
- All Implemented Interfaces:
AggregateVariant,JsonpSerializable
@JsonpDeserializable public class VariableWidthHistogramAggregate extends MultiBucketAggregateBase<VariableWidthHistogramBucket> implements AggregateVariant
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVariableWidthHistogramAggregate.BuilderBuilder forVariableWidthHistogramAggregate.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.MultiBucketAggregateBase
MultiBucketAggregateBase.AbstractBuilder<TBucket,BuilderT extends MultiBucketAggregateBase.AbstractBuilder<TBucket,BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<VariableWidthHistogramAggregate>_DESERIALIZERJson deserializer forVariableWidthHistogramAggregate -
Method Summary
Modifier and Type Method Description Aggregate.Kind_aggregateKind()Aggregate variant kind.static VariableWidthHistogramAggregateof(java.util.function.Function<VariableWidthHistogramAggregate.Builder,ObjectBuilder<VariableWidthHistogramAggregate>> fn)protected static voidsetupVariableWidthHistogramAggregateDeserializer(ObjectDeserializer<VariableWidthHistogramAggregate.Builder> op)Methods inherited from class co.elastic.clients.elasticsearch._types.aggregations.MultiBucketAggregateBase
buckets, serializeInternal, setupMultiBucketAggregateBaseDeserializerMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregateVariant
_toAggregate
-
Field Details
-
_DESERIALIZER
Json deserializer forVariableWidthHistogramAggregate
-
-
Method Details
-
of
public static VariableWidthHistogramAggregate of(java.util.function.Function<VariableWidthHistogramAggregate.Builder,ObjectBuilder<VariableWidthHistogramAggregate>> fn) -
_aggregateKind
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
setupVariableWidthHistogramAggregateDeserializer
protected static void setupVariableWidthHistogramAggregateDeserializer(ObjectDeserializer<VariableWidthHistogramAggregate.Builder> op)
-