Class ClusterOperatingSystemArchitecture
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterOperatingSystemArchitecture
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClusterOperatingSystemArchitecture extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterOperatingSystemArchitecture.BuilderBuilder forClusterOperatingSystemArchitecture. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterOperatingSystemArchitecture>_DESERIALIZERJson deserializer forClusterOperatingSystemArchitecture -
Method Summary
Modifier and Type Method Description java.lang.Stringarch()Required - API name:archintcount()Required - API name:countstatic ClusterOperatingSystemArchitectureof(java.util.function.Function<ClusterOperatingSystemArchitecture.Builder,ObjectBuilder<ClusterOperatingSystemArchitecture>> fn)voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterOperatingSystemArchitectureDeserializer(ObjectDeserializer<ClusterOperatingSystemArchitecture.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterOperatingSystemArchitecture
-
-
Method Details
-
of
public static ClusterOperatingSystemArchitecture of(java.util.function.Function<ClusterOperatingSystemArchitecture.Builder,ObjectBuilder<ClusterOperatingSystemArchitecture>> fn) -
count
public final int count()Required - API name:count -
arch
public final java.lang.String arch()Required - API name:arch -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupClusterOperatingSystemArchitectureDeserializer
protected static void setupClusterOperatingSystemArchitectureDeserializer(ObjectDeserializer<ClusterOperatingSystemArchitecture.Builder> op)
-