public interface Task extends ModelEntity, Buildable<TaskBuilder>
Modifier and Type | Interface and Description |
---|---|
static class |
Task.TaskStatus |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedAt()
Date and time task was created.
|
Date |
getExpiresAt()
The date and time the task is subject to removal.
|
String |
getId()
Identifier for the task, a UUID.
|
Map<String,Object> |
getInput()
A JSON object specifying the input parameters of the task.
|
String |
getMessage()
Human readable text, possibly and empty string, usually
displayed in an error situation to provide more information
about what has occurred.
|
String |
getOwner()
Identifier for owner of the task, usually tenant ID.
|
Map<String,String> |
getResult()
A JSON object specifying information about the ultimate
outcome of the task.
|
String |
getSchema()
The URI for the schema describing an image task.
|
String |
getSelf()
A URI for this task.
|
Task.TaskStatus |
getStatus()
The status of the task.
|
String |
getType()
The type of task represented by this content.
|
Date |
getUpdatedAt()
The date and time the task was updated.
|
Date getCreatedAt()
Date getExpiresAt()
Date getUpdatedAt()
String getId()
Map<String,Object> getInput()
String getMessage()
String getOwner()
Map<String,String> getResult()
String getSchema()
Task.TaskStatus getStatus()
String getType()
String getSelf()
Copyright © 2017. All rights reserved.