Class ClusterOperatingSystemName
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterOperatingSystemName
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class ClusterOperatingSystemName
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<ClusterOperatingSystemName>Json deserializer forClusterOperatingSystemName -
Method Summary
Modifier and TypeMethodDescriptionfinal intcount()Required - Number of selected nodes using the operating system.final Stringname()Required - Name of an operating system used by one or more selected nodes.static ClusterOperatingSystemNamevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidsetupClusterOperatingSystemNameDeserializer(ObjectDeserializer<ClusterOperatingSystemName.Builder> op) toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterOperatingSystemName
-
-
Method Details
-
of
public static ClusterOperatingSystemName of(Function<ClusterOperatingSystemName.Builder, ObjectBuilder<ClusterOperatingSystemName>> fn) -
count
public final int count()Required - Number of selected nodes using the operating system.API name:
count -
name
Required - Name of an operating system used by one or more selected nodes.API name:
name -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupClusterOperatingSystemNameDeserializer
protected static void setupClusterOperatingSystemNameDeserializer(ObjectDeserializer<ClusterOperatingSystemName.Builder> op)
-