Class GeoResults
java.lang.Object
co.elastic.clients.elasticsearch.ml.GeoResults
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GeoResults>Json deserializer forGeoResults -
Method Summary
Modifier and TypeMethodDescriptionfinal StringThe actual value for the bucket formatted as ageo_point.static GeoResultsvoidserialize(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 StringThe typical value for the bucket formatted as ageo_point.
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoResults
-
-
Method Details
-
of
-
actualPoint
The actual value for the bucket formatted as ageo_point.API name:
actual_point -
typicalPoint
The typical value for the bucket formatted as ageo_point.API name:
typical_point -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGeoResultsDeserializer
-