Class HrisJobStatus


  • public class HrisJobStatus
    extends java.lang.Object
    HrisJobStatus

    Status of the job

    • Constructor Detail

      • HrisJobStatus

        public HrisJobStatus​(org.openapitools.jackson.nullable.JsonNullable<? extends HrisJobValue> value,
                             org.openapitools.jackson.nullable.JsonNullable<? extends HrisJobSourceValue> sourceValue)
      • HrisJobStatus

        public HrisJobStatus()
    • Method Detail

      • value

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

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

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

        public HrisJobStatus withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends HrisJobSourceValue> 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