Class VariableWidthHistogramAggregate
- java.lang.Object
-
- org.opensearch.client.opensearch._types.aggregations.AggregateBase
-
- org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase<VariableWidthHistogramBucket>
-
- org.opensearch.client.opensearch._types.aggregations.VariableWidthHistogramAggregate
-
- All Implemented Interfaces:
JsonpSerializable,AggregateVariant
@JsonpDeserializable public class VariableWidthHistogramAggregate extends MultiBucketAggregateBase<VariableWidthHistogramBucket> implements AggregateVariant
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVariableWidthHistogramAggregate.BuilderBuilder forVariableWidthHistogramAggregate.-
Nested classes/interfaces inherited from class org.opensearch.client.opensearch._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
All Methods Static Methods Instance Methods Concrete Methods 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 org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase
buckets, serializeInternal, setupMultiBucketAggregateBaseDeserializer
-
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<VariableWidthHistogramAggregate> _DESERIALIZER
Json deserializer forVariableWidthHistogramAggregate
-
-
Method Detail
-
of
public static VariableWidthHistogramAggregate of(java.util.function.Function<VariableWidthHistogramAggregate.Builder,ObjectBuilder<VariableWidthHistogramAggregate>> fn)
-
_aggregateKind
public Aggregate.Kind _aggregateKind()
Aggregate variant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
setupVariableWidthHistogramAggregateDeserializer
protected static void setupVariableWidthHistogramAggregateDeserializer(ObjectDeserializer<VariableWidthHistogramAggregate.Builder> op)
-
-