Class CoordsGeoBounds
java.lang.Object
co.elastic.clients.elasticsearch._types.CoordsGeoBounds
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CoordsGeoBounds>Json deserializer forCoordsGeoBounds -
Method Summary
Modifier and TypeMethodDescriptionfinal doublebottom()Required - API name:bottomfinal doubleleft()Required - API name:leftstatic CoordsGeoBoundsfinal 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 voidfinal doubletop()Required - API name:toptoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forCoordsGeoBounds
-
-
Method Details
-
of
public static CoordsGeoBounds of(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
-
toString
-
setupCoordsGeoBoundsDeserializer
protected static void setupCoordsGeoBoundsDeserializer(ObjectDeserializer<CoordsGeoBounds.Builder> op)
-