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