Class HRISBenefit


  • public class HRISBenefit
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  HRISBenefit.Builder  
    • Constructor Summary

      Constructors 
      Constructor Description
      HRISBenefit()  
      HRISBenefit​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends BenefitType> 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)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openapitools.jackson.nullable.JsonNullable<BenefitType> benefitType()
      The type of the benefit
      static HRISBenefit.Builder builder()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
      The date and time the benefit was created
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description()
      The description of the benefit
      boolean equals​(java.lang.Object o)  
      int hashCode()  
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id()
      Unique identifier
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
      The name of the benefit
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider()
      The provider of the benefit
      org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
      Provider's unique identifier
      java.lang.String toString()  
      org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt()
      The date and time the benefit was last updated
      HRISBenefit withBenefitType​(BenefitType benefitType)
      The type of the benefit
      HRISBenefit withBenefitType​(org.openapitools.jackson.nullable.JsonNullable<? extends BenefitType> benefitType)
      The type of the benefit
      HRISBenefit withCreatedAt​(java.time.OffsetDateTime createdAt)
      The date and time the benefit was created
      HRISBenefit withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      The date and time the benefit was created
      HRISBenefit withDescription​(java.lang.String description)
      The description of the benefit
      HRISBenefit withDescription​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
      The description of the benefit
      HRISBenefit withId​(java.lang.String id)
      Unique identifier
      HRISBenefit withId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
      Unique identifier
      HRISBenefit withName​(java.lang.String name)
      The name of the benefit
      HRISBenefit withName​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
      The name of the benefit
      HRISBenefit withProvider​(java.lang.String provider)
      The provider of the benefit
      HRISBenefit withProvider​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> provider)
      The provider of the benefit
      HRISBenefit withRemoteId​(java.lang.String remoteId)
      Provider's unique identifier
      HRISBenefit withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
      Provider's unique identifier
      HRISBenefit withUpdatedAt​(java.time.OffsetDateTime updatedAt)
      The date and time the benefit was last updated
      HRISBenefit withUpdatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
      The date and time the benefit was last updated
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • HRISBenefit

        public HRISBenefit​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id,
                           org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId,
                           org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name,
                           org.openapitools.jackson.nullable.JsonNullable<? extends BenefitType> 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)
      • HRISBenefit

        public HRISBenefit()
    • Method Detail

      • id

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

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId()
        Provider's unique identifier
      • name

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

        public org.openapitools.jackson.nullable.JsonNullable<BenefitType> benefitType()
        The type 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 HRISBenefit withId​(java.lang.String id)
        Unique identifier
      • withId

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

        public HRISBenefit withRemoteId​(java.lang.String remoteId)
        Provider's unique identifier
      • withRemoteId

        public HRISBenefit withRemoteId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
        Provider's unique identifier
      • withName

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

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

        public HRISBenefit withBenefitType​(org.openapitools.jackson.nullable.JsonNullable<? extends BenefitType> benefitType)
        The type of the benefit
      • withProvider

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

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

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

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

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

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

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

        public HRISBenefit 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