Class JobBlocked
java.lang.Object
co.elastic.clients.elasticsearch.ml.JobBlocked
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class JobBlocked extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJobBlocked.BuilderBuilder forJobBlocked. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<JobBlocked>_DESERIALIZERJson deserializer forJobBlocked -
Constructor Summary
Constructors Constructor Description JobBlocked(JobBlocked.Builder builder)JobBlocked(java.util.function.Function<JobBlocked.Builder,JobBlocked.Builder> fn) -
Method Summary
Modifier and Type Method Description JobBlockedReasonreason()Required - API name:reasonvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupJobBlockedDeserializer(DelegatingDeserializer<JobBlocked.Builder> op)java.lang.StringtaskId()API name:task_idMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forJobBlocked
-
-
Constructor Details
-
JobBlocked
-
JobBlocked
-
-
Method Details
-
reason
Required - API name:reason -
taskId
@Nullable public java.lang.String taskId()API name:task_id -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupJobBlockedDeserializer
-