Interface Task

    • Method Detail

      • getCreatedAt

        Date getCreatedAt()
        Date and time task was created.
      • getExpiresAt

        Date getExpiresAt()
        The date and time the task is subject to removal. The result of the task will still exist.
      • getUpdatedAt

        Date getUpdatedAt()
        The date and time the task was updated.
      • getId

        String getId()
        Identifier for the task, a UUID.
      • getInput

        Map<String,​Object> getInput()
        A JSON object specifying the input parameters of the task.
      • getMessage

        String getMessage()
        Human readable text, possibly and empty string, usually displayed in an error situation to provide more information about what has occurred.
      • getOwner

        String getOwner()
        Identifier for owner of the task, usually tenant ID.
      • getResult

        Map<String,​String> getResult()
        A JSON object specifying information about the ultimate outcome of the task.
      • getSchema

        String getSchema()
        The URI for the schema describing an image task.
      • getStatus

        Task.TaskStatus getStatus()
        The status of the task.
        Returns:
        taskStatus
      • getType

        String getType()
        The type of task represented by this content.
      • getSelf

        String getSelf()
        A URI for this task.