Class GeoBounds
java.lang.Object
co.elastic.clients.elasticsearch._types.aggregations.GeoBounds
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class GeoBounds extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGeoBounds.BuilderBuilder forGeoBounds. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GeoBounds>_DESERIALIZERJson deserializer forGeoBounds -
Constructor Summary
Constructors Constructor Description GeoBounds(GeoBounds.Builder builder)GeoBounds(java.util.function.Function<GeoBounds.Builder,GeoBounds.Builder> fn) -
Method Summary
Modifier and Type Method Description LatLonbottomRight()Required - API name:bottom_rightvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupGeoBoundsDeserializer(DelegatingDeserializer<GeoBounds.Builder> op)LatLontopLeft()Required - API name:top_leftMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoBounds
-
-
Constructor Details
-
GeoBounds
-
GeoBounds
-
-
Method Details
-
bottomRight
Required - API name:bottom_right -
topLeft
Required - API name:top_left -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupGeoBoundsDeserializer
-