Class ClusterOperatingSystemArchitecture
java.lang.Object
co.elastic.clients.elasticsearch.cluster.stats.ClusterOperatingSystemArchitecture
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class ClusterOperatingSystemArchitecture extends java.lang.Object implements JsonpSerializable
-
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 -
Constructor Summary
Constructors Constructor Description ClusterOperatingSystemArchitecture(ClusterOperatingSystemArchitecture.Builder builder)ClusterOperatingSystemArchitecture(java.util.function.Function<ClusterOperatingSystemArchitecture.Builder,ClusterOperatingSystemArchitecture.Builder> fn) -
Method Summary
Modifier and Type Method Description java.lang.Stringarch()Required - API name:archintcount()Required - API name:countvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterOperatingSystemArchitectureDeserializer(DelegatingDeserializer<ClusterOperatingSystemArchitecture.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forClusterOperatingSystemArchitecture
-
-
Constructor Details
-
ClusterOperatingSystemArchitecture
-
ClusterOperatingSystemArchitecture
public ClusterOperatingSystemArchitecture(java.util.function.Function<ClusterOperatingSystemArchitecture.Builder,ClusterOperatingSystemArchitecture.Builder> fn)
-
-
Method Details
-
count
public int count()Required - API name:count -
arch
public java.lang.String arch()Required - API name:arch -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupClusterOperatingSystemArchitectureDeserializer
protected static void setupClusterOperatingSystemArchitectureDeserializer(DelegatingDeserializer<ClusterOperatingSystemArchitecture.Builder> op)
-