Class Job

    • Constructor Detail

      • Job

        public Job()
    • Method Detail

      • setJobId

        public void setJobId​(String jobId)
        Parameters:
        jobId -
      • getJobId

        public String getJobId()
        Returns:
      • withJobId

        public Job withJobId​(String jobId)
        Parameters:
        jobId -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationDate

        public void setCreationDate​(Date creationDate)
        Parameters:
        creationDate -
      • getCreationDate

        public Date getCreationDate()
        Returns:
      • withCreationDate

        public Job withCreationDate​(Date creationDate)
        Parameters:
        creationDate -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIsCanceled

        public void setIsCanceled​(Boolean isCanceled)
        Parameters:
        isCanceled -
      • getIsCanceled

        public Boolean getIsCanceled()
        Returns:
      • withIsCanceled

        public Job withIsCanceled​(Boolean isCanceled)
        Parameters:
        isCanceled -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isCanceled

        public Boolean isCanceled()
        Returns:
      • setJobType

        public void setJobType​(String jobType)
        Parameters:
        jobType -
        See Also:
        JobType
      • getJobType

        public String getJobType()
        Returns:
        See Also:
        JobType
      • withJobType

        public Job withJobType​(String jobType)
        Parameters:
        jobType -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobType
      • setJobType

        public void setJobType​(JobType jobType)
        Parameters:
        jobType -
        See Also:
        JobType
      • withJobType

        public Job withJobType​(JobType jobType)
        Parameters:
        jobType -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobType
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object