Package travel.wink.sdk.extranet.model
Class IPLocationSupplier
java.lang.Object
travel.wink.sdk.extranet.model.IPLocationSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-18T08:52:26.126132332+07:00[Asia/Bangkok]")
public class IPLocationSupplier
extends Object
IPLocationSupplier
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncityGeoNameId(Integer cityGeoNameId) continentCode(String continentCode) continentGeoNameId(Integer continentGeoNameId) continentName(String continentName) countryCode(String countryCode) countryGeoNameId(Integer countryGeoNameId) countryName(String countryName) booleanGet cityGeoNameIdGet cityNameGet continentCodeGet continentGeoNameIdGet continentNameGet countryCodeGet countryGeoNameIdGet countryNameGet latitudeGet longitudeGet timezoneinthashCode()voidsetCityGeoNameId(Integer cityGeoNameId) voidsetCityName(String cityName) voidsetContinentCode(String continentCode) voidsetContinentGeoNameId(Integer continentGeoNameId) voidsetContinentName(String continentName) voidsetCountryCode(String countryCode) voidsetCountryGeoNameId(Integer countryGeoNameId) voidsetCountryName(String countryName) voidsetLatitude(Double latitude) voidsetLongitude(Double longitude) voidsetTimezone(String timezone) toString()
-
Field Details
-
JSON_PROPERTY_CITY_NAME
- See Also:
-
JSON_PROPERTY_CITY_GEO_NAME_ID
- See Also:
-
JSON_PROPERTY_COUNTRY_NAME
- See Also:
-
JSON_PROPERTY_COUNTRY_CODE
- See Also:
-
JSON_PROPERTY_COUNTRY_GEO_NAME_ID
- See Also:
-
JSON_PROPERTY_CONTINENT_NAME
- See Also:
-
JSON_PROPERTY_CONTINENT_CODE
- See Also:
-
JSON_PROPERTY_CONTINENT_GEO_NAME_ID
- See Also:
-
JSON_PROPERTY_TIMEZONE
- See Also:
-
JSON_PROPERTY_LONGITUDE
- See Also:
-
JSON_PROPERTY_LATITUDE
- See Also:
-
-
Constructor Details
-
IPLocationSupplier
public IPLocationSupplier()
-
-
Method Details
-
cityName
-
getCityName
Get cityName- Returns:
- cityName
-
setCityName
-
cityGeoNameId
-
getCityGeoNameId
Get cityGeoNameId- Returns:
- cityGeoNameId
-
setCityGeoNameId
-
countryName
-
getCountryName
Get countryName- Returns:
- countryName
-
setCountryName
-
countryCode
-
getCountryCode
Get countryCode- Returns:
- countryCode
-
setCountryCode
-
countryGeoNameId
-
getCountryGeoNameId
Get countryGeoNameId- Returns:
- countryGeoNameId
-
setCountryGeoNameId
-
continentName
-
getContinentName
Get continentName- Returns:
- continentName
-
setContinentName
-
continentCode
-
getContinentCode
Get continentCode- Returns:
- continentCode
-
setContinentCode
-
continentGeoNameId
-
getContinentGeoNameId
Get continentGeoNameId- Returns:
- continentGeoNameId
-
setContinentGeoNameId
-
timezone
-
getTimezone
Get timezone- Returns:
- timezone
-
setTimezone
-
longitude
-
getLongitude
Get longitude- Returns:
- longitude
-
setLongitude
-
latitude
-
getLatitude
Get latitude- Returns:
- latitude
-
setLatitude
-
equals
-
hashCode
public int hashCode() -
toString
-