Class GeoIpStatsResponse
java.lang.Object
co.elastic.clients.elasticsearch.ingest.GeoIpStatsResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GeoIpStatsResponse>Json deserializer forGeoIpStatsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,GeoIpNodeDatabases> nodes()Required - Downloaded GeoIP2 databases for each node.static GeoIpStatsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal GeoIpDownloadStatisticsstats()Required - Download statistics for all GeoIP2 databases.toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGeoIpStatsResponse
-
-
Method Details
-
of
public static GeoIpStatsResponse of(Function<GeoIpStatsResponse.Builder, ObjectBuilder<GeoIpStatsResponse>> fn) -
stats
Required - Download statistics for all GeoIP2 databases.API name:
stats -
nodes
Required - Downloaded GeoIP2 databases for each node.API name:
nodes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGeoIpStatsResponseDeserializer
protected static void setupGeoIpStatsResponseDeserializer(ObjectDeserializer<GeoIpStatsResponse.Builder> op)
-