Class TopLeftBottomRightGeoBounds
java.lang.Object
co.elastic.clients.elasticsearch._types.TopLeftBottomRightGeoBounds
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class TopLeftBottomRightGeoBounds
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TopLeftBottomRightGeoBounds>Json deserializer forTopLeftBottomRightGeoBounds -
Method Summary
Modifier and TypeMethodDescriptionfinal GeoLocationRequired - API name:bottom_rightstatic TopLeftBottomRightGeoBoundsvoidserialize(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) final GeoLocationtopLeft()Required - API name:top_lefttoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forTopLeftBottomRightGeoBounds
-
-
Method Details
-
of
-
topLeft
Required - API name:top_left -
bottomRight
Required - API name:bottom_right -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTopLeftBottomRightGeoBoundsDeserializer
protected static void setupTopLeftBottomRightGeoBoundsDeserializer(ObjectDeserializer<TopLeftBottomRightGeoBounds.Builder> op)
-