Class PersistentTaskStatus
java.lang.Object
co.elastic.clients.elasticsearch.shutdown.get_node.PersistentTaskStatus
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PersistentTaskStatus>Json deserializer forPersistentTaskStatus -
Method Summary
Modifier and TypeMethodDescriptionstatic PersistentTaskStatusvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal ShutdownStatusstatus()Required - API name:statustoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forPersistentTaskStatus
-
-
Method Details
-
of
public static PersistentTaskStatus of(Function<PersistentTaskStatus.Builder, ObjectBuilder<PersistentTaskStatus>> fn) -
status
Required - API name:status -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPersistentTaskStatusDeserializer
protected static void setupPersistentTaskStatusDeserializer(ObjectDeserializer<PersistentTaskStatus.Builder> op)
-