Package travel.wink.sdk.booking.model
Class IPLocationAgent
java.lang.Object
travel.wink.sdk.booking.model.IPLocationAgent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-03T09:31:55.273299546+07:00[Asia/Bangkok]")
public class IPLocationAgent
extends Object
IPLocationAgent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncityGeoNameId(Long cityGeoNameId) continentCode(String continentCode) continentGeoNameId(Long continentGeoNameId) continentName(String continentName) countryCode(String countryCode) countryGeoNameId(Long countryGeoNameId) countryName(String countryName) booleanGet cityGeoNameIdGet cityNameGet continentCodeGet continentGeoNameIdGet continentNameGet countryCodeGet countryGeoNameIdGet countryNameGet latitudeGet longitudeGet timezoneinthashCode()latitude(BigDecimal latitude) longitude(BigDecimal longitude) voidsetCityGeoNameId(Long cityGeoNameId) voidsetCityName(String cityName) voidsetContinentCode(String continentCode) voidsetContinentGeoNameId(Long continentGeoNameId) voidsetContinentName(String continentName) voidsetCountryCode(String countryCode) voidsetCountryGeoNameId(Long countryGeoNameId) voidsetCountryName(String countryName) voidsetLatitude(BigDecimal latitude) voidsetLongitude(BigDecimal 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
-
IPLocationAgent
public IPLocationAgent()
-
-
Method Details
-
cityName
-
getCityName
-
setCityName
-
cityGeoNameId
-
getCityGeoNameId
-
setCityGeoNameId
-
countryName
-
getCountryName
-
setCountryName
-
countryCode
-
getCountryCode
-
setCountryCode
-
countryGeoNameId
-
getCountryGeoNameId
-
setCountryGeoNameId
-
continentName
-
getContinentName
-
setContinentName
-
continentCode
-
getContinentCode
-
setContinentCode
-
continentGeoNameId
-
getContinentGeoNameId
-
setContinentGeoNameId
-
timezone
-
getTimezone
-
setTimezone
-
longitude
-
getLongitude
-
setLongitude
-
latitude
-
getLatitude
-
setLatitude
-
equals
-
hashCode
-
toString
-