Class TopRightBottomLeftGeoBounds
- java.lang.Object
-
- org.opensearch.client.opensearch._types.TopRightBottomLeftGeoBounds
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class TopRightBottomLeftGeoBounds extends java.lang.Object implements JsonpSerializable
-
-
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
All Methods Static Methods Instance Methods Concrete Methods 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_right
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<TopRightBottomLeftGeoBounds> _DESERIALIZER
Json deserializer forTopRightBottomLeftGeoBounds
-
-
Method Detail
-
of
public static TopRightBottomLeftGeoBounds of(java.util.function.Function<TopRightBottomLeftGeoBounds.Builder,ObjectBuilder<TopRightBottomLeftGeoBounds>> fn)
-
topRight
public final GeoLocation topRight()
Required - API name:top_right
-
bottomLeft
public final GeoLocation bottomLeft()
Required - API name:bottom_left
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupTopRightBottomLeftGeoBoundsDeserializer
protected static void setupTopRightBottomLeftGeoBoundsDeserializer(ObjectDeserializer<TopRightBottomLeftGeoBounds.Builder> op)
-
-