Class InventoryAddressAffiliate

java.lang.Object
travel.wink.sdk.affiliate.browse.model.InventoryAddressAffiliate

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

  • Constructor Details

    • InventoryAddressAffiliate

      public InventoryAddressAffiliate()
  • Method Details

    • address1

      public InventoryAddressAffiliate address1(@Nonnull String address1)
    • getAddress1

      @Nonnull @NotNull @Size(min=1) public @NotNull @Size(min=1) String getAddress1()
      Address line 1
      Returns:
      address1
    • setAddress1

      public void setAddress1(@Nonnull String address1)
    • address2

      public InventoryAddressAffiliate address2(@Nullable String address2)
    • getAddress2

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

      public void setAddress2(@Nullable String address2)
    • state

      public InventoryAddressAffiliate state(@Nullable String state)
    • getState

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

      public void setState(@Nullable String state)
    • postalCode

      public InventoryAddressAffiliate postalCode(@Nullable String postalCode)
    • getPostalCode

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

      public void setPostalCode(@Nullable String postalCode)
    • county

      public InventoryAddressAffiliate county(@Nullable String county)
    • getCounty

      @Nullable public String getCounty()
      County
      Returns:
      county
    • setCounty

      public void setCounty(@Nullable String county)
    • cityGeoNameId

      public InventoryAddressAffiliate cityGeoNameId(@Nullable String cityGeoNameId)
    • getCityGeoNameId

      @Nullable public String getCityGeoNameId()
      Unique city ID
      Returns:
      cityGeoNameId
    • setCityGeoNameId

      public void setCityGeoNameId(@Nullable String cityGeoNameId)
    • cityUrlName

      public InventoryAddressAffiliate cityUrlName(@Nullable String cityUrlName)
    • getCityUrlName

      @Nullable public String getCityUrlName()
      Url name
      Returns:
      cityUrlName
    • setCityUrlName

      public void setCityUrlName(@Nullable String cityUrlName)
    • city

      public InventoryAddressAffiliate city(@Nullable String city)
    • getCity

      @Nullable public String getCity()
      Ascii name of city
      Returns:
      city
    • setCity

      public void setCity(@Nullable String city)
    • country

      public InventoryAddressAffiliate country(@Nullable String country)
    • getCountry

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

      public void setCountry(@Nullable String country)
    • countryCode

      public InventoryAddressAffiliate countryCode(@Nullable String countryCode)
    • getCountryCode

      @Nullable public String getCountryCode()
      Country code
      Returns:
      countryCode
    • setCountryCode

      public void setCountryCode(@Nullable String countryCode)
    • countryGeoNameId

      public InventoryAddressAffiliate countryGeoNameId(@Nullable String countryGeoNameId)
    • getCountryGeoNameId

      @Nullable public String getCountryGeoNameId()
      Country geo name ID
      Returns:
      countryGeoNameId
    • setCountryGeoNameId

      public void setCountryGeoNameId(@Nullable String countryGeoNameId)
    • continent

      public InventoryAddressAffiliate continent(@Nullable String continent)
    • getContinent

      @Nullable public String getContinent()
      continent
      Returns:
      continent
    • setContinent

      public void setContinent(@Nullable String continent)
    • 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