Class ClearApiKeyCacheResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.ClearApiKeyCacheResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class ClearApiKeyCacheResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClearApiKeyCacheResponse>Json deserializer forClearApiKeyCacheResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal StringRequired - API name:cluster_namefinal Map<String,ClusterNode> nodes()Required - API name:nodesfinal NodeStatisticsRequired - API name:_nodesstatic ClearApiKeyCacheResponsevoidserialize(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 forClearApiKeyCacheResponse
-
-
Method Details
-
of
public static ClearApiKeyCacheResponse of(Function<ClearApiKeyCacheResponse.Builder, ObjectBuilder<ClearApiKeyCacheResponse>> fn) -
nodeStats
Required - API name:_nodes -
clusterName
Required - API name:cluster_name -
nodes
Required - API name:nodes -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClearApiKeyCacheResponseDeserializer
protected static void setupClearApiKeyCacheResponseDeserializer(ObjectDeserializer<ClearApiKeyCacheResponse.Builder> op)
-