Class GeoHashGridAggregate
java.lang.Object
org.opensearch.client.opensearch._types.aggregations.AggregateBase
org.opensearch.client.opensearch._types.aggregations.MultiBucketAggregateBase<GeoHashGridBucket>
org.opensearch.client.opensearch._types.aggregations.GeoHashGridAggregate
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable,AggregateVariant,ToCopyableBuilder<GeoHashGridAggregate.Builder,GeoHashGridAggregate>
@JsonpDeserializable
@Generated("org.opensearch.client.codegen.CodeGenerator")
public class GeoHashGridAggregate
extends MultiBucketAggregateBase<GeoHashGridBucket>
implements AggregateVariant, ToCopyableBuilder<GeoHashGridAggregate.Builder,GeoHashGridAggregate>
-
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<GeoHashGridAggregate> Json deserializer forGeoHashGridAggregate -
Method Summary
Modifier and TypeMethodDescriptionAggregatevariant kind.static GeoHashGridAggregate.Builderbuilder()booleaninthashCode()static GeoHashGridAggregateprotected static voidCreate 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 forGeoHashGridAggregate
-
-
Method Details
-
of
public static GeoHashGridAggregate of(Function<GeoHashGridAggregate.Builder, ObjectBuilder<GeoHashGridAggregate>> fn) -
_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<GeoHashGridAggregate.Builder,GeoHashGridAggregate> - Returns:
- a new builder instance.
-
builder
-
setupGeoHashGridAggregateDeserializer
protected static void setupGeoHashGridAggregateDeserializer(ObjectDeserializer<GeoHashGridAggregate.Builder> op) -
hashCode
public int hashCode()- Overrides:
hashCodein classMultiBucketAggregateBase<GeoHashGridBucket>
-
equals
- Overrides:
equalsin classMultiBucketAggregateBase<GeoHashGridBucket>
-