Class PersonalBooker

java.lang.Object
travel.wink.sdk.booking.model.PersonalBooker

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-06-26T20:16:53.154776164+07:00[Asia/Bangkok]", comments="Generator version: 7.13.0") public class PersonalBooker extends Object
PersonalBooker
  • Field Details

  • Constructor Details

    • PersonalBooker

      public PersonalBooker()
  • Method Details

    • gender

      public PersonalBooker gender(@Nullable PersonalBooker.GenderEnum gender)
    • getGender

      @Nullable public PersonalBooker.GenderEnum getGender()
      Identifier the gender of the customer.
      Returns:
      gender
    • setGender

      public void setGender(@Nullable PersonalBooker.GenderEnum gender)
    • birthDate

      public PersonalBooker birthDate(@Nullable LocalDate birthDate)
    • getBirthDate

      @Nullable @Valid public @Valid LocalDate getBirthDate()
      Indicates the date of birth as indicated in the document, in ISO 8601 prescribed format.
      Returns:
      birthDate
    • setBirthDate

      public void setBirthDate(@Nullable LocalDate birthDate)
    • maritalStatus

      public PersonalBooker maritalStatus(@Nullable PersonalBooker.MaritalStatusEnum maritalStatus)
    • getMaritalStatus

      @Nullable public PersonalBooker.MaritalStatusEnum getMaritalStatus()
      Marital status of the traveler.
      Returns:
      maritalStatus
    • setMaritalStatus

      public void setMaritalStatus(@Nullable PersonalBooker.MaritalStatusEnum maritalStatus)
    • childQuantity

      public PersonalBooker childQuantity(@Nullable Integer childQuantity)
    • getChildQuantity

      @Nullable public Integer getChildQuantity()
      The number of children of the customer.
      Returns:
      childQuantity
    • setChildQuantity

      public void setChildQuantity(@Nullable Integer childQuantity)
    • citizenship

      public PersonalBooker citizenship(@Nullable String citizenship)
    • getCitizenship

      @Nullable public String getCitizenship()
      Name of the (self-professed) country that is clamided for citizenship.
      Returns:
      citizenship
    • setCitizenship

      public void setCitizenship(@Nullable String citizenship)
    • address1

      public PersonalBooker address1(@Nullable String address1)
    • getAddress1

      @Nullable public String getAddress1()
      Address line 1
      Returns:
      address1
    • setAddress1

      public void setAddress1(@Nullable String address1)
    • address2

      public PersonalBooker address2(@Nullable String address2)
    • getAddress2

      @Nullable public String getAddress2()
      Address line 2
      Returns:
      address2
    • setAddress2

      public void setAddress2(@Nullable String address2)
    • city

      public PersonalBooker city(@Nullable String city)
    • getCity

      @Nullable public String getCity()
      City
      Returns:
      city
    • setCity

      public void setCity(@Nullable String city)
    • state

      public PersonalBooker state(@Nullable String state)
    • getState

      @Nullable public String getState()
      State
      Returns:
      state
    • setState

      public void setState(@Nullable String state)
    • postalCode

      public PersonalBooker postalCode(@Nullable String postalCode)
    • getPostalCode

      @Nullable public String getPostalCode()
      Postal code
      Returns:
      postalCode
    • setPostalCode

      public void setPostalCode(@Nullable String postalCode)
    • country

      public PersonalBooker country(@Nullable String country)
    • getCountry

      @Nullable public String getCountry()
      Country
      Returns:
      country
    • setCountry

      public void setCountry(@Nullable String country)
    • preferredCurrency

      public PersonalBooker preferredCurrency(@Nullable String preferredCurrency)
    • getPreferredCurrency

      @Nullable public String getPreferredCurrency()
      Type of funds preferred for reviewing monetary values, in ISO 4217 codes
      Returns:
      preferredCurrency
    • setPreferredCurrency

      public void setPreferredCurrency(@Nullable String preferredCurrency)
    • language

      public PersonalBooker language(@Nullable String language)
    • getLanguage

      @Nullable public String getLanguage()
      The primary language of the customer
      Returns:
      language
    • setLanguage

      public void setLanguage(@Nullable String language)
    • contactPerson

      public PersonalBooker contactPerson(@Nullable List<Object> contactPerson)
    • addContactPersonItem

      public PersonalBooker addContactPersonItem(Object contactPersonItem)
    • getContactPerson

      @Nullable public List<Object> getContactPerson()
      Get contactPerson
      Returns:
      contactPerson
    • setContactPerson

      public void setContactPerson(@Nullable List<Object> contactPerson)
    • physChallName

      public PersonalBooker physChallName(@Nullable List<Object> physChallName)
    • addPhysChallNameItem

      public PersonalBooker addPhysChallNameItem(Object physChallNameItem)
    • getPhysChallName

      @Nullable public List<Object> getPhysChallName()
      Get physChallName
      Returns:
      physChallName
    • setPhysChallName

      public void setPhysChallName(@Nullable List<Object> physChallName)
    • petInfo

      public PersonalBooker petInfo(@Nullable List<Object> petInfo)
    • addPetInfoItem

      public PersonalBooker addPetInfoItem(Object petInfoItem)
    • getPetInfo

      @Nullable public List<Object> getPetInfo()
      Get petInfo
      Returns:
      petInfo
    • setPetInfo

      public void setPetInfo(@Nullable List<Object> petInfo)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object