Class TopLeftBottomRightGeoBounds
java.lang.Object
co.elastic.clients.elasticsearch._types.TopLeftBottomRightGeoBounds
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class TopLeftBottomRightGeoBounds extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTopLeftBottomRightGeoBounds.BuilderBuilder forTopLeftBottomRightGeoBounds. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<TopLeftBottomRightGeoBounds>_DESERIALIZERJson deserializer forTopLeftBottomRightGeoBounds -
Method Summary
Modifier and Type Method Description GeoLocationbottomRight()Required - API name:bottom_rightstatic TopLeftBottomRightGeoBoundsof(java.util.function.Function<TopLeftBottomRightGeoBounds.Builder,ObjectBuilder<TopLeftBottomRightGeoBounds>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupTopLeftBottomRightGeoBoundsDeserializer(ObjectDeserializer<TopLeftBottomRightGeoBounds.Builder> op)GeoLocationtopLeft()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 forTopLeftBottomRightGeoBounds
-
-
Method Details
-
of
public static TopLeftBottomRightGeoBounds of(java.util.function.Function<TopLeftBottomRightGeoBounds.Builder,ObjectBuilder<TopLeftBottomRightGeoBounds>> fn) -
topLeft
Required - API name:top_left -
bottomRight
Required - API name:bottom_right -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupTopLeftBottomRightGeoBoundsDeserializer
protected static void setupTopLeftBottomRightGeoBoundsDeserializer(ObjectDeserializer<TopLeftBottomRightGeoBounds.Builder> op)
-