Class CountryLightweightBooker

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

@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 CountryLightweightBooker extends Object
Country
  • Field Details

  • Constructor Details

    • CountryLightweightBooker

      public CountryLightweightBooker()
  • Method Details

    • iso

      public CountryLightweightBooker iso(@Nullable String iso)
    • getIso

      @Nullable public String getIso()
      ISO code
      Returns:
      iso
    • setIso

      public void setIso(@Nullable String iso)
    • name

      public CountryLightweightBooker name(@Nullable String name)
    • getName

      @Nullable public String getName()
      Country name
      Returns:
      name
    • setName

      public void setName(@Nullable String name)
    • capital

      public CountryLightweightBooker capital(@Nullable String capital)
    • getCapital

      @Nullable public String getCapital()
      Country capital
      Returns:
      capital
    • setCapital

      public void setCapital(@Nullable String capital)
    • continent

      public CountryLightweightBooker continent(@Nullable String continent)
    • getContinent

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

      public void setContinent(@Nullable String continent)
    • currencyCode

      public CountryLightweightBooker currencyCode(@Nullable String currencyCode)
    • getCurrencyCode

      @Nullable public String getCurrencyCode()
      Currency code
      Returns:
      currencyCode
    • setCurrencyCode

      public void setCurrencyCode(@Nullable String currencyCode)
    • currencyName

      public CountryLightweightBooker currencyName(@Nullable String currencyName)
    • getCurrencyName

      @Nullable public String getCurrencyName()
      Currency name
      Returns:
      currencyName
    • setCurrencyName

      public void setCurrencyName(@Nullable String currencyName)
    • geoNameId

      public CountryLightweightBooker geoNameId(@Nullable String geoNameId)
    • getGeoNameId

      @Nullable public String getGeoNameId()
      Country GeoNames identifier
      Returns:
      geoNameId
    • setGeoNameId

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