Class Job


  • public class Job
    extends Object
    Job Details for enqueued jobs.
    • Method Detail

      • getAvailableAt

        public LocalDateTime getAvailableAt()
        The time at which the job finished.
      • getId

        public String getId()
        Identifier for the job.
      • getIssuedAt

        public LocalDateTime getIssuedAt()
        The time at which the job started.
      • getStatus

        public String getStatus()
        Job Status.
      • getError

        public Error getError()
        Information about an error that occurred during the job processing.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object