Class JobStatus


  • public class JobStatus
    extends java.lang.Object
    JobStatus

    Status of the job

    • Constructor Detail

      • JobStatus

        public JobStatus​(org.openapitools.jackson.nullable.JsonNullable<? extends AtsJobValue> value,
                         org.openapitools.jackson.nullable.JsonNullable<? extends AtsJobSourceValue> sourceValue)
      • JobStatus

        public JobStatus()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<AtsJobValue> value()
        The status of the job.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<AtsJobSourceValue> sourceValue()
        The source value of the job status.
      • withValue

        public JobStatus withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends AtsJobValue> value)
        The status of the job.
      • withSourceValue

        public JobStatus withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends AtsJobSourceValue> sourceValue)
        The source value of the job status.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object