Class GeoNameSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.booking.model.GeoNameSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-05T14:53:48.168993328+07:00[Asia/Bangkok]")
public class GeoNameSupplierDetails
extends Object
GeoNames have been created at [https://geonames.org](https://geonames.org) and contain geographical destinations we use as geoname data to associate travel inventory with a location.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountry(CountrySupplierDetails country) countryCode(String countryCode) booleanfeatureCode(String featureCode) Ascii name of city@Valid CountrySupplierDetailsGet countryGet countryCodeGet featureCodeGeoName identifier@Valid GeoJsonPointSupplierDetailsGet locationgetName()Name of city@Valid SubCountrySupplierDetailsGet subCountry@Valid SubSubCountrySupplierDetailsGet subSubCountryTimezonegetType()GeoName typeUrl nameinthashCode()location(GeoJsonPointSupplierDetails location) voidsetAsciiName(String asciiName) voidsetCountry(CountrySupplierDetails country) voidsetCountryCode(String countryCode) voidsetFeatureCode(String featureCode) voidsetGeoNameId(String geoNameId) voidsetLocation(GeoJsonPointSupplierDetails location) voidvoidsetSubCountry(SubCountrySupplierDetails subCountry) voidsetSubSubCountry(SubSubCountrySupplierDetails subSubCountry) voidsetTimezone(String timezone) voidvoidsetUrlName(String urlName) subCountry(SubCountrySupplierDetails subCountry) subSubCountry(SubSubCountrySupplierDetails subSubCountry) toString()
-
Field Details
-
JSON_PROPERTY_GEO_NAME_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_URL_NAME
- See Also:
-
JSON_PROPERTY_ASCII_NAME
- See Also:
-
JSON_PROPERTY_LOCATION
- See Also:
-
JSON_PROPERTY_FEATURE_CODE
- See Also:
-
JSON_PROPERTY_COUNTRY_CODE
- See Also:
-
JSON_PROPERTY_TIMEZONE
- See Also:
-
JSON_PROPERTY_COUNTRY
- See Also:
-
JSON_PROPERTY_SUB_COUNTRY
- See Also:
-
JSON_PROPERTY_SUB_SUB_COUNTRY
- See Also:
-
-
Constructor Details
-
GeoNameSupplierDetails
public GeoNameSupplierDetails()
-
-
Method Details
-
geoNameId
-
getGeoNameId
-
setGeoNameId
-
type
-
getType
-
setType
-
name
-
getName
-
setName
-
urlName
-
getUrlName
-
setUrlName
-
asciiName
-
getAsciiName
-
setAsciiName
-
location
-
getLocation
Get location- Returns:
- location
-
setLocation
-
featureCode
-
getFeatureCode
-
setFeatureCode
-
countryCode
-
getCountryCode
-
setCountryCode
-
timezone
-
getTimezone
-
setTimezone
-
country
-
getCountry
-
setCountry
-
subCountry
-
getSubCountry
Get subCountry- Returns:
- subCountry
-
setSubCountry
-
subSubCountry
-
getSubSubCountry
Get subSubCountry- Returns:
- subSubCountry
-
setSubSubCountry
-
equals
-
hashCode
-
toString
-