Class HrisShiftStatus


  • public class HrisShiftStatus
    extends java.lang.Object
    HrisShiftStatus

    The status of the shift

    • Constructor Detail

      • HrisShiftStatus

        public HrisShiftStatus​(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftValue> value,
                               org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftSourceValue> sourceValue)
      • HrisShiftStatus

        public HrisShiftStatus()
    • Method Detail

      • value

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

        public org.openapitools.jackson.nullable.JsonNullable<HrisShiftSourceValue> sourceValue()
      • withValue

        public HrisShiftStatus withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends HrisShiftValue> value)
        The status of the shift
      • 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