Class CreateHRISBenefit


  • public class CreateHRISBenefit
    extends java.lang.Object
    • Constructor Detail

      • CreateHRISBenefit

        public CreateHRISBenefit​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                                 org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name,
                                 org.openapitools.jackson.nullable.JsonNullable<? extends CreateHRISBenefitBenefitType> benefitType,
                                 org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider,
                                 org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description,
                                 org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt,
                                 org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      • CreateHRISBenefit

        public CreateHRISBenefit()
    • Method Detail

      • id

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
        Unique identifier
      • name

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
        The name of the benefit
      • provider

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider()
        The provider of the benefit
      • description

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
        The description of the benefit
      • createdAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
        The date and time the benefit was created
      • updatedAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
        The date and time the benefit was last updated
      • withId

        public CreateHRISBenefit withId​(java.lang.String id)
        Unique identifier
      • withId

        public CreateHRISBenefit withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
        Unique identifier
      • withName

        public CreateHRISBenefit withName​(java.lang.String name)
        The name of the benefit
      • withName

        public CreateHRISBenefit withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
        The name of the benefit
      • withProvider

        public CreateHRISBenefit withProvider​(java.lang.String provider)
        The provider of the benefit
      • withProvider

        public CreateHRISBenefit withProvider​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)
        The provider of the benefit
      • withDescription

        public CreateHRISBenefit withDescription​(java.lang.String description)
        The description of the benefit
      • withDescription

        public CreateHRISBenefit withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
        The description of the benefit
      • withCreatedAt

        public CreateHRISBenefit withCreatedAt​(java.time.OffsetDateTime createdAt)
        The date and time the benefit was created
      • withCreatedAt

        public CreateHRISBenefit withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        The date and time the benefit was created
      • withUpdatedAt

        public CreateHRISBenefit withUpdatedAt​(java.time.OffsetDateTime updatedAt)
        The date and time the benefit was last updated
      • withUpdatedAt

        public CreateHRISBenefit withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
        The date and time the benefit was last updated
      • 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