Class Job


  • public final class Job
    extends Object
    Information on the processing of a file sent to the Mindee API.
    • Method Detail

      • getCreatedAt

        public LocalDateTime getCreatedAt()
        Date and time of the Job creation.
      • getCompletedAt

        public LocalDateTime getCompletedAt()
        Date and time of the Job completion. Filled once processing is finished.
      • getId

        public String getId()
        ID of the job.
      • getStatus

        public String getStatus()
        Status of the job.
      • getModelId

        public String getModelId()
        ID of the model.
      • getFileName

        public String getFileName()
        Name of the file.
      • getFileAlias

        public String getFileAlias()
        Optional alias of the file.
      • getPollingUrl

        public String getPollingUrl()
        Polling URL.
      • getResultUrl

        public String getResultUrl()
        Result URL, when available.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object