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 String
The actual value for the bucket formatted as ageo_point
.static GeoResults
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
final String
The 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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGeoResultsDeserializer
-