Class ClusterOperatingSystemArchitecture
- java.lang.Object
-
- org.opensearch.client.opensearch.cluster.stats.ClusterOperatingSystemArchitecture
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public 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
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods 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)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<ClusterOperatingSystemArchitecture> _DESERIALIZER
Json deserializer forClusterOperatingSystemArchitecture
-
-
Method Detail
-
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
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupClusterOperatingSystemArchitectureDeserializer
protected static void setupClusterOperatingSystemArchitectureDeserializer(ObjectDeserializer<ClusterOperatingSystemArchitecture.Builder> op)
-
-