Class CoveredIndividualRequest


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.7.0")
    public class CoveredIndividualRequest
    extends Object
    CoveredIndividualRequest
    • Constructor Detail

      • CoveredIndividualRequest

        public CoveredIndividualRequest()
    • Method Detail

      • getFirstName

        @Nullable
        public String getFirstName()
        Covered individual's first name
        Returns:
        firstName
      • setFirstName

        public void setFirstName​(String firstName)
      • getMiddleName

        @Nullable
        public String getMiddleName()
        Covered individual's middle name
        Returns:
        middleName
      • setMiddleName

        public void setMiddleName​(String middleName)
      • getLastName

        @Nullable
        public String getLastName()
        Covered individual's last name
        Returns:
        lastName
      • setLastName

        public void setLastName​(String lastName)
      • getNameSuffix

        @Nullable
        public String getNameSuffix()
        Covered individual's name suffix
        Returns:
        nameSuffix
      • setNameSuffix

        public void setNameSuffix​(String nameSuffix)
      • getTin

        @Nullable
        public String getTin()
        Covered individual's TIN (SSN or ITIN)
        Returns:
        tin
      • setTin

        public void setTin​(String tin)
      • getBirthDate

        @Nullable
        public OffsetDateTime getBirthDate()
        Covered individual's date of birth
        Returns:
        birthDate
      • setBirthDate

        public void setBirthDate​(OffsetDateTime birthDate)
      • getCoveredMonthIndicator0

        @Nullable
        public Boolean getCoveredMonthIndicator0()
        Coverage indicator for all 12 months
        Returns:
        coveredMonthIndicator0
      • setCoveredMonthIndicator0

        public void setCoveredMonthIndicator0​(Boolean coveredMonthIndicator0)
      • getCoveredMonthIndicator1

        @Nullable
        public Boolean getCoveredMonthIndicator1()
        Coverage indicator for January
        Returns:
        coveredMonthIndicator1
      • setCoveredMonthIndicator1

        public void setCoveredMonthIndicator1​(Boolean coveredMonthIndicator1)
      • getCoveredMonthIndicator2

        @Nullable
        public Boolean getCoveredMonthIndicator2()
        Coverage indicator for February
        Returns:
        coveredMonthIndicator2
      • setCoveredMonthIndicator2

        public void setCoveredMonthIndicator2​(Boolean coveredMonthIndicator2)
      • getCoveredMonthIndicator3

        @Nullable
        public Boolean getCoveredMonthIndicator3()
        Coverage indicator for March
        Returns:
        coveredMonthIndicator3
      • setCoveredMonthIndicator3

        public void setCoveredMonthIndicator3​(Boolean coveredMonthIndicator3)
      • getCoveredMonthIndicator4

        @Nullable
        public Boolean getCoveredMonthIndicator4()
        Coverage indicator for April
        Returns:
        coveredMonthIndicator4
      • setCoveredMonthIndicator4

        public void setCoveredMonthIndicator4​(Boolean coveredMonthIndicator4)
      • getCoveredMonthIndicator5

        @Nullable
        public Boolean getCoveredMonthIndicator5()
        Coverage indicator for May
        Returns:
        coveredMonthIndicator5
      • setCoveredMonthIndicator5

        public void setCoveredMonthIndicator5​(Boolean coveredMonthIndicator5)
      • getCoveredMonthIndicator6

        @Nullable
        public Boolean getCoveredMonthIndicator6()
        Coverage indicator for June
        Returns:
        coveredMonthIndicator6
      • setCoveredMonthIndicator6

        public void setCoveredMonthIndicator6​(Boolean coveredMonthIndicator6)
      • getCoveredMonthIndicator7

        @Nullable
        public Boolean getCoveredMonthIndicator7()
        Coverage indicator for July
        Returns:
        coveredMonthIndicator7
      • setCoveredMonthIndicator7

        public void setCoveredMonthIndicator7​(Boolean coveredMonthIndicator7)
      • getCoveredMonthIndicator8

        @Nullable
        public Boolean getCoveredMonthIndicator8()
        Coverage indicator for August
        Returns:
        coveredMonthIndicator8
      • setCoveredMonthIndicator8

        public void setCoveredMonthIndicator8​(Boolean coveredMonthIndicator8)
      • getCoveredMonthIndicator9

        @Nullable
        public Boolean getCoveredMonthIndicator9()
        Coverage indicator for September
        Returns:
        coveredMonthIndicator9
      • setCoveredMonthIndicator9

        public void setCoveredMonthIndicator9​(Boolean coveredMonthIndicator9)
      • getCoveredMonthIndicator10

        @Nullable
        public Boolean getCoveredMonthIndicator10()
        Coverage indicator for October
        Returns:
        coveredMonthIndicator10
      • setCoveredMonthIndicator10

        public void setCoveredMonthIndicator10​(Boolean coveredMonthIndicator10)
      • getCoveredMonthIndicator11

        @Nullable
        public Boolean getCoveredMonthIndicator11()
        Coverage indicator for November
        Returns:
        coveredMonthIndicator11
      • setCoveredMonthIndicator11

        public void setCoveredMonthIndicator11​(Boolean coveredMonthIndicator11)
      • getCoveredMonthIndicator12

        @Nullable
        public Boolean getCoveredMonthIndicator12()
        Coverage indicator for December
        Returns:
        coveredMonthIndicator12
      • setCoveredMonthIndicator12

        public void setCoveredMonthIndicator12​(Boolean coveredMonthIndicator12)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        IOException - if the JSON Element is invalid with respect to CoveredIndividualRequest
      • fromJson

        public static CoveredIndividualRequest fromJson​(String jsonString)
                                                 throws IOException
        Create an instance of CoveredIndividualRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of CoveredIndividualRequest
        Throws:
        IOException - if the JSON string is invalid with respect to CoveredIndividualRequest
      • toJson

        public String toJson()
        Convert an instance of CoveredIndividualRequest to an JSON string
        Returns:
        JSON string