Class IPLocationSupplier

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

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-28T12:49:23.711911876+07:00[Asia/Bangkok]") public class IPLocationSupplier extends Object
IPLocationSupplier
  • Field Details

  • Constructor Details

    • IPLocationSupplier

      public IPLocationSupplier()
  • Method Details

    • cityName

      public IPLocationSupplier cityName(String cityName)
    • getCityName

      @Nullable public String getCityName()
      Get cityName
      Returns:
      cityName
    • setCityName

      public void setCityName(String cityName)
    • cityGeoNameId

      public IPLocationSupplier cityGeoNameId(Long cityGeoNameId)
    • getCityGeoNameId

      @Nullable public Long getCityGeoNameId()
      Get cityGeoNameId
      Returns:
      cityGeoNameId
    • setCityGeoNameId

      public void setCityGeoNameId(Long cityGeoNameId)
    • countryName

      public IPLocationSupplier countryName(String countryName)
    • getCountryName

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

      public void setCountryName(String countryName)
    • countryCode

      public IPLocationSupplier countryCode(String countryCode)
    • getCountryCode

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

      public void setCountryCode(String countryCode)
    • countryGeoNameId

      public IPLocationSupplier countryGeoNameId(Long countryGeoNameId)
    • getCountryGeoNameId

      @Nullable public Long getCountryGeoNameId()
      Get countryGeoNameId
      Returns:
      countryGeoNameId
    • setCountryGeoNameId

      public void setCountryGeoNameId(Long countryGeoNameId)
    • continentName

      public IPLocationSupplier continentName(String continentName)
    • getContinentName

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

      public void setContinentName(String continentName)
    • continentCode

      public IPLocationSupplier continentCode(String continentCode)
    • getContinentCode

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

      public void setContinentCode(String continentCode)
    • continentGeoNameId

      public IPLocationSupplier continentGeoNameId(Long continentGeoNameId)
    • getContinentGeoNameId

      @Nullable public Long getContinentGeoNameId()
      Get continentGeoNameId
      Returns:
      continentGeoNameId
    • setContinentGeoNameId

      public void setContinentGeoNameId(Long continentGeoNameId)
    • timezone

      public IPLocationSupplier timezone(String timezone)
    • getTimezone

      @Nullable public String getTimezone()
      Get timezone
      Returns:
      timezone
    • setTimezone

      public void setTimezone(String timezone)
    • longitude

      public IPLocationSupplier longitude(BigDecimal longitude)
    • getLongitude

      @Nullable public BigDecimal getLongitude()
      Get longitude
      Returns:
      longitude
    • setLongitude

      public void setLongitude(BigDecimal longitude)
    • latitude

      public IPLocationSupplier latitude(BigDecimal latitude)
    • getLatitude

      @Nullable public BigDecimal getLatitude()
      Get latitude
      Returns:
      latitude
    • setLatitude

      public void setLatitude(BigDecimal latitude)
    • 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