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,PlainJsonSerializable,AggregateVariant,ToCopyableBuilder<VariableWidthHistogramAggregate.Builder,VariableWidthHistogramAggregate>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class VariableWidthHistogramAggregate
extends MultiBucketAggregateBase<VariableWidthHistogramBucket>
implements AggregateVariant, ToCopyableBuilder<VariableWidthHistogramAggregate.Builder,VariableWidthHistogramAggregate>
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase
MultiBucketAggregateBase.AbstractBuilder<TBucket,BuilderT extends MultiBucketAggregateBase.AbstractBuilder<TBucket, BuilderT>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<VariableWidthHistogramAggregate> Json deserializer forVariableWidthHistogramAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregatevariant kind.builder()booleaninthashCode()of(Function<VariableWidthHistogramAggregate.Builder, ObjectBuilder<VariableWidthHistogramAggregate>> fn) protected static voidsetupVariableWidthHistogramAggregateDeserializer(ObjectDeserializer<VariableWidthHistogramAggregate.Builder> op) Create a new builderToCopyableBuilderthat is initialised with the current state of this object.Methods inherited from class org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase
buckets, serializeInternal, setupMultiBucketAggregateBaseDeserializerMethods inherited from class org.opensearch.client.opensearch._types.aggregations.AggregateBase
meta, serialize, setupAggregateBaseDeserializerMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.opensearch._types.aggregations.AggregateVariant
toAggregateMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonStringMethods inherited from interface org.opensearch.client.util.ToCopyableBuilder
copy
-
Field Details
-
_DESERIALIZER
Json deserializer forVariableWidthHistogramAggregate
-
-
Method Details
-
of
-
_aggregateKind
Aggregatevariant kind.- Specified by:
_aggregateKindin interfaceAggregateVariant
-
toBuilder
Description copied from interface:ToCopyableBuilderCreate a new builderToCopyableBuilderthat is initialised with the current state of this object.- Specified by:
toBuilderin interfaceToCopyableBuilder<VariableWidthHistogramAggregate.Builder,VariableWidthHistogramAggregate> - Returns:
- a new builder instance.
-
builder
-
setupVariableWidthHistogramAggregateDeserializer
protected static void setupVariableWidthHistogramAggregateDeserializer(ObjectDeserializer<VariableWidthHistogramAggregate.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classMultiBucketAggregateBase<VariableWidthHistogramBucket>
-
equals
- Overrides:
equalsin classMultiBucketAggregateBase<VariableWidthHistogramBucket>
-