Class CoordsGeoBounds
java.lang.Object
co.elastic.clients.elasticsearch._types.CoordsGeoBounds
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class CoordsGeoBounds extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
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
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:topMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forCoordsGeoBounds
-
-
Method Details
-
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
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupCoordsGeoBoundsDeserializer
protected static void setupCoordsGeoBoundsDeserializer(ObjectDeserializer<CoordsGeoBounds.Builder> op)
-