Class TopRightBottomLeftGeoBounds
java.lang.Object
co.elastic.clients.elasticsearch._types.TopRightBottomLeftGeoBounds
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class TopRightBottomLeftGeoBounds
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<TopRightBottomLeftGeoBounds>Json deserializer forTopRightBottomLeftGeoBounds -
Method Summary
Modifier and TypeMethodDescriptionfinal GeoLocationRequired - API name:bottom_leftstatic TopRightBottomLeftGeoBoundsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupTopRightBottomLeftGeoBoundsDeserializer(ObjectDeserializer<TopRightBottomLeftGeoBounds.Builder> op) final GeoLocationtopRight()Required - API name:top_righttoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forTopRightBottomLeftGeoBounds
-
-
Method Details
-
of
-
topRight
Required - API name:top_right -
bottomLeft
Required - API name:bottom_left -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupTopRightBottomLeftGeoBoundsDeserializer
protected static void setupTopRightBottomLeftGeoBoundsDeserializer(ObjectDeserializer<TopRightBottomLeftGeoBounds.Builder> op)
-