Class TopRightBottomLeftGeoBounds
java.lang.Object
co.elastic.clients.elasticsearch._types.TopRightBottomLeftGeoBounds
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class TopRightBottomLeftGeoBounds extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTopRightBottomLeftGeoBounds.BuilderBuilder forTopRightBottomLeftGeoBounds. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<TopRightBottomLeftGeoBounds>_DESERIALIZERJson deserializer forTopRightBottomLeftGeoBounds -
Method Summary
Modifier and Type Method Description GeoLocationbottomLeft()Required - API name:bottom_leftstatic TopRightBottomLeftGeoBoundsof(java.util.function.Function<TopRightBottomLeftGeoBounds.Builder,ObjectBuilder<TopRightBottomLeftGeoBounds>> 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 voidsetupTopRightBottomLeftGeoBoundsDeserializer(ObjectDeserializer<TopRightBottomLeftGeoBounds.Builder> op)GeoLocationtopRight()Required - API name:top_rightjava.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forTopRightBottomLeftGeoBounds
-
-
Method Details
-
of
public static TopRightBottomLeftGeoBounds of(java.util.function.Function<TopRightBottomLeftGeoBounds.Builder,ObjectBuilder<TopRightBottomLeftGeoBounds>> fn) -
topRight
Required - API name:top_right -
bottomLeft
Required - API name:bottom_left -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupTopRightBottomLeftGeoBoundsDeserializer
protected static void setupTopRightBottomLeftGeoBoundsDeserializer(ObjectDeserializer<TopRightBottomLeftGeoBounds.Builder> op)
-