Class ClusterAppliedStats
java.lang.Object
co.elastic.clients.elasticsearch.nodes.ClusterAppliedStats
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class ClusterAppliedStats extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClusterAppliedStats.BuilderBuilder forClusterAppliedStats. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<ClusterAppliedStats>_DESERIALIZERJson deserializer forClusterAppliedStats -
Method Summary
Modifier and Type Method Description static ClusterAppliedStatsof(java.util.function.Function<ClusterAppliedStats.Builder,ObjectBuilder<ClusterAppliedStats>> fn)java.util.List<Recording>recordings()API name:recordingsvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupClusterAppliedStatsDeserializer(ObjectDeserializer<ClusterAppliedStats.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 forClusterAppliedStats
-
-
Method Details
-
of
public static ClusterAppliedStats of(java.util.function.Function<ClusterAppliedStats.Builder,ObjectBuilder<ClusterAppliedStats>> fn) -
recordings
API name:recordings -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupClusterAppliedStatsDeserializer
protected static void setupClusterAppliedStatsDeserializer(ObjectDeserializer<ClusterAppliedStats.Builder> op)
-