Class GeoBoundsAggregation
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.MetricAggregationBase
co.elastic.clients.elasticsearch._types.aggregations.GeoBoundsAggregation
- All Implemented Interfaces:
AggregationVariant,JsonpSerializable,UnionVariant
@JsonpDeserializable public final class GeoBoundsAggregation extends MetricAggregationBase implements AggregationVariant
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoBoundsAggregation.BuilderBuilder forGeoBoundsAggregation.Nested classes/interfaces inherited from class co.elastic.clients.elasticsearch._types.aggregations.MetricAggregationBase
MetricAggregationBase.AbstractBuilder<BuilderT extends MetricAggregationBase.AbstractBuilder<BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GeoBoundsAggregation>_DESERIALIZERJson deserializer forGeoBoundsAggregation -
Constructor Summary
Constructors Constructor Description GeoBoundsAggregation(GeoBoundsAggregation.Builder builder)GeoBoundsAggregation(java.util.function.Function<GeoBoundsAggregation.Builder,GeoBoundsAggregation.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.String_variantType()Aggregationvariant typeprotected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGeoBoundsAggregationDeserializer(DelegatingDeserializer<GeoBoundsAggregation.Builder> op)java.lang.BooleanwrapLongitude()API name:wrap_longitudeMethods inherited from class co.elastic.clients.elasticsearch._types.aggregations.MetricAggregationBase
field, missing, script, serialize, setupMetricAggregationBaseDeserializerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface co.elastic.clients.elasticsearch._types.aggregations.AggregationVariant
_toAggregation
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoBoundsAggregation
-
-
Constructor Details
-
GeoBoundsAggregation
-
GeoBoundsAggregation
public GeoBoundsAggregation(java.util.function.Function<GeoBoundsAggregation.Builder,GeoBoundsAggregation.Builder> fn)
-
-
Method Details
-
_variantType
public java.lang.String _variantType()Aggregationvariant type- Specified by:
_variantTypein interfaceUnionVariant
-
wrapLongitude
@Nullable public java.lang.Boolean wrapLongitude()API name:wrap_longitude -
serializeInternal
- Overrides:
serializeInternalin classMetricAggregationBase
-
setupGeoBoundsAggregationDeserializer
protected static void setupGeoBoundsAggregationDeserializer(DelegatingDeserializer<GeoBoundsAggregation.Builder> op)
-