Class CartesianPoint
java.lang.Object
co.elastic.clients.elasticsearch._types.CartesianPoint
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CartesianPoint>Json deserializer forCartesianPoint -
Method Summary
Modifier and TypeMethodDescriptionstatic CartesianPointrebuild()voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()final doublex()Required - API name:xfinal doubley()Required - API name:y
-
Field Details
-
_DESERIALIZER
Json deserializer forCartesianPoint
-
-
Method Details
-
of
-
x
public final double x()Required - API name:x -
y
public final double y()Required - API name:y -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
rebuild
- Returns:
- New
CartesianPoint.Builderinitialized with field values of this instance
-
setupCartesianPointDeserializer
protected static void setupCartesianPointDeserializer(ObjectDeserializer<CartesianPoint.Builder> op)
-