public class TaskResult
Used to construct JSON
public TaskResult(@NotNull
java.lang.String id,
@NotNull
java.lang.String status)
Used to construct JSON
id - task identifier (ex: nlp_service)status - indicate the task status: "KO" or "OK"@NotNull public java.lang.String getId()
task identifier
(ex: nlp_service)
@NotNull public java.lang.String getStatus()
indicate the task status
: "KO" or "OK"
@NotNull public java.lang.String component1()
task identifier
(ex: nlp_service)
@NotNull public java.lang.String component2()
indicate the task status
: "KO" or "OK"
@NotNull public TaskResult copy(@NotNull java.lang.String id, @NotNull java.lang.String status)
Used to construct JSON
@NotNull public java.lang.String toString()
Used to construct JSON
public int hashCode()
Used to construct JSON
public boolean equals(@Nullable
java.lang.Object p)
Used to construct JSON