Class GeoNameCountry

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-08T16:31:43.015348+07:00[Asia/Bangkok]") public class GeoNameCountry extends Object
GeoNameCountry
  • Field Details

  • Constructor Details

    • GeoNameCountry

      public GeoNameCountry()
  • Method Details

    • geoNameId

      public GeoNameCountry geoNameId(String geoNameId)
    • getGeoNameId

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

      public void setGeoNameId(String geoNameId)
    • continentCode

      public GeoNameCountry continentCode(String continentCode)
    • getContinentCode

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

      public void setContinentCode(String continentCode)
    • continentName

      public GeoNameCountry continentName(String continentName)
    • getContinentName

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

      public void setContinentName(String continentName)
    • countryIsoCode

      public GeoNameCountry countryIsoCode(String countryIsoCode)
    • getCountryIsoCode

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

      public void setCountryIsoCode(String countryIsoCode)
    • countryName

      public GeoNameCountry 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