Class Job


  • public final class Job
    extends Object
    • Method Detail

      • getId

        public long getId()
        The ID of the job.
      • getStatus

        public Job.Status getStatus()
        The current status of the job.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • success

        public static Job success​(long id)
      • failure

        public static Job failure​(long id)