Class GetStatsResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.GetStatsResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetStatsResponse>Json deserializer forGetStatsResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal Map<String,NodeSecurityStats> nodes()Required - A map of node IDs to security statistics for that node.static GetStatsResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetStatsResponse
-
-
Method Details
-
of
public static GetStatsResponse of(Function<GetStatsResponse.Builder, ObjectBuilder<GetStatsResponse>> fn) -
nodes
Required - A map of node IDs to security statistics for that node.API name:
nodes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetStatsResponseDeserializer
protected static void setupGetStatsResponseDeserializer(ObjectDeserializer<GetStatsResponse.Builder> op)
-