Class PayPeriod


  • public class PayPeriod
    extends java.lang.Object
    PayPeriod

    The pay period

    • Constructor Detail

      • PayPeriod

        public PayPeriod​(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentValue> value,
                         org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentSourceValue> sourceValue)
      • PayPeriod

        public PayPeriod()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<EmploymentValue> value()
        The pay period of the job postings.
      • sourceValue

        public org.openapitools.jackson.nullable.JsonNullable<EmploymentSourceValue> sourceValue()
        The source value of the pay period.
      • withValue

        public PayPeriod withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentValue> value)
        The pay period of the job postings.
      • withSourceValue

        public PayPeriod withSourceValue​(org.openapitools.jackson.nullable.JsonNullable<? extends EmploymentSourceValue> sourceValue)
        The source value of the pay period.
      • 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