Class CoordsGeoBounds
- java.lang.Object
-
- org.opensearch.client.opensearch._types.CoordsGeoBounds
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class CoordsGeoBounds extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCoordsGeoBounds.BuilderBuilder forCoordsGeoBounds.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<CoordsGeoBounds>_DESERIALIZERJson deserializer forCoordsGeoBounds
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description doublebottom()Required - API name:bottomdoubleleft()Required - API name:leftstatic CoordsGeoBoundsof(java.util.function.Function<CoordsGeoBounds.Builder,ObjectBuilder<CoordsGeoBounds>> fn)doubleright()Required - API name:rightvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupCoordsGeoBoundsDeserializer(ObjectDeserializer<CoordsGeoBounds.Builder> op)doubletop()Required - API name:top
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<CoordsGeoBounds> _DESERIALIZER
Json deserializer forCoordsGeoBounds
-
-
Method Detail
-
of
public static CoordsGeoBounds of(java.util.function.Function<CoordsGeoBounds.Builder,ObjectBuilder<CoordsGeoBounds>> fn)
-
top
public final double top()
Required - API name:top
-
bottom
public final double bottom()
Required - API name:bottom
-
left
public final double left()
Required - API name:left
-
right
public final double right()
Required - API name:right
-
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)
-
setupCoordsGeoBoundsDeserializer
protected static void setupCoordsGeoBoundsDeserializer(ObjectDeserializer<CoordsGeoBounds.Builder> op)
-
-