Class GeoNameCountrySupplierDetails

java.lang.Object
travel.wink.sdk.extranet.model.GeoNameCountrySupplierDetails

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-06-06T15:46:48.127304372+07:00[Asia/Bangkok]") public class GeoNameCountrySupplierDetails extends Object
A booker coming from a specific country
  • Field Details

  • Constructor Details

    • GeoNameCountrySupplierDetails

      public GeoNameCountrySupplierDetails()
  • Method Details

    • geoNameId

      public GeoNameCountrySupplierDetails geoNameId(String geoNameId)
    • getGeoNameId

      @Nullable public String getGeoNameId()
      Get geoNameId
      Returns:
      geoNameId
    • setGeoNameId

      public void setGeoNameId(String geoNameId)
    • continentCode

      public GeoNameCountrySupplierDetails continentCode(String continentCode)
    • getContinentCode

      @Nullable public String getContinentCode()
      Get continentCode
      Returns:
      continentCode
    • setContinentCode

      public void setContinentCode(String continentCode)
    • continentName

      public GeoNameCountrySupplierDetails continentName(String continentName)
    • getContinentName

      @Nullable public String getContinentName()
      Get continentName
      Returns:
      continentName
    • setContinentName

      public void setContinentName(String continentName)
    • countryIsoCode

      public GeoNameCountrySupplierDetails countryIsoCode(String countryIsoCode)
    • getCountryIsoCode

      @Nullable public String getCountryIsoCode()
      Get countryIsoCode
      Returns:
      countryIsoCode
    • setCountryIsoCode

      public void setCountryIsoCode(String countryIsoCode)
    • countryName

      public GeoNameCountrySupplierDetails countryName(String countryName)
    • getCountryName

      @Nullable public String getCountryName()
      Get countryName
      Returns:
      countryName
    • setCountryName

      public void setCountryName(String countryName)
    • 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