Class PublishedClusterStates
java.lang.Object
co.elastic.clients.elasticsearch.nodes.PublishedClusterStates
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class PublishedClusterStates
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PublishedClusterStates>Json deserializer forPublishedClusterStates -
Method Summary
Modifier and TypeMethodDescriptionfinal LongAPI name:compatible_diffsfinal LongAPI name:full_statesfinal LongAPI name:incompatible_diffsstatic PublishedClusterStatesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forPublishedClusterStates
-
-
Method Details
-
of
public static PublishedClusterStates of(Function<PublishedClusterStates.Builder, ObjectBuilder<PublishedClusterStates>> fn) -
fullStates
API name:full_states -
incompatibleDiffs
API name:incompatible_diffs -
compatibleDiffs
API name:compatible_diffs -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPublishedClusterStatesDeserializer
protected static void setupPublishedClusterStatesDeserializer(ObjectDeserializer<PublishedClusterStates.Builder> op)
-