public final class TaskResult
Used to construct JSON
private final String
id
status
TaskResult(String id, String status)
final String
getId()
getStatus()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String getId()
task identifier (ex: nlp_service)
final String getStatus()
indicate the task status: "KO" or "OK"