Class CountrySupplier

java.lang.Object
travel.wink.sdk.affiliate.model.CountrySupplier

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-01-26T12:27:57.983492080+07:00[Asia/Bangkok]") public class CountrySupplier extends Object
Country
  • Field Details

  • Constructor Details

    • CountrySupplier

      public CountrySupplier()
  • Method Details

    • iso

      public CountrySupplier iso(String iso)
    • getIso

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

      public void setIso(String iso)
    • name

      public CountrySupplier name(String name)
    • getName

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

      public void setName(String name)
    • capital

      public CountrySupplier capital(String capital)
    • getCapital

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

      public void setCapital(String capital)
    • continent

      public CountrySupplier continent(String continent)
    • getContinent

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

      public void setContinent(String continent)
    • currencyCode

      public CountrySupplier currencyCode(String currencyCode)
    • getCurrencyCode

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

      public void setCurrencyCode(String currencyCode)
    • currencyName

      public CountrySupplier currencyName(String currencyName)
    • getCurrencyName

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

      public void setCurrencyName(String currencyName)
    • geoNameId

      public CountrySupplier geoNameId(String geoNameId)
    • getGeoNameId

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

      public void setGeoNameId(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