Class BenefitType


  • public class BenefitType
    extends java.lang.Object
    BenefitType

    The type of the benefit

    • Constructor Detail

      • BenefitType

        public BenefitType​(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitValue> value,
                           org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitSourceValue> sourceValue)
      • BenefitType

        public BenefitType()
    • Method Detail

      • value

        public org.openapitools.jackson.nullable.JsonNullable<HRISBenefitValue> value()
        The type of the benefit
      • withValue

        public BenefitType withValue​(org.openapitools.jackson.nullable.JsonNullable<? extends HRISBenefitValue> value)
        The type of the benefit
      • 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