Class LookupCached
java.lang.Object
travel.wink.sdk.booking.engine.model.LookupCached
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-06-05T13:54:07.858909+07:00[Asia/Bangkok]")
public class LookupCached
extends Object
LookupCached
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of owner that created this lookupstatic enumType of lookup -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountryCode(String countryCode) countryName(String countryName) booleanClosest city where lookup entry is locatedCountry codeCountry where lookup entry is locatedUnique lookup identifierThe language the lookup code was written in@Valid GeoJsonPointGet locationLongitudeLatitudeName in lower casegetName()Name of lookupIf this lookup is the origin lookup.Lookup that is supplier inventory includes the supplier identifierLookup that is supplier inventory includes the supplier nameThe type of owner that created this lookupgetSort()Platform-specific sortState where lookup entry is locatedCounty where lookup entry is locatedgetType()Type of lookupUnique lookup type identifierUrl-friendly slug that uniquely identifies this lookupinthashCode()identifier(String identifier) languageCode(String languageCode) location(GeoJsonPoint location) lowercaseName(String lowercaseName) ownerIdentifier(String ownerIdentifier) ownerType(LookupCached.OwnerTypeEnum ownerType) voidsetCityName(String cityName) voidsetCountryCode(String countryCode) voidsetCountryName(String countryName) voidsetIdentifier(String identifier) voidsetLanguageCode(String languageCode) voidsetLocation(GeoJsonPoint location) voidsetLocationX(Double locationX) voidsetLocationY(Double locationY) voidsetLowercaseName(String lowercaseName) voidvoidvoidsetOwnerIdentifier(String ownerIdentifier) voidsetOwnerName(String ownerName) voidsetOwnerType(LookupCached.OwnerTypeEnum ownerType) voidvoidsetSubCountryName(String subCountryName) voidsetSubSubCountryName(String subSubCountryName) voidsetType(LookupCached.TypeEnum type) voidsetTypeIdentifier(String typeIdentifier) voidsetUrlName(String urlName) subCountryName(String subCountryName) subSubCountryName(String subSubCountryName) toString()type(LookupCached.TypeEnum type) typeIdentifier(String typeIdentifier)
-
Field Details
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_TYPE_IDENTIFIER
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_URL_NAME
- See Also:
-
JSON_PROPERTY_OWNER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_OWNER_NAME
- See Also:
-
JSON_PROPERTY_CITY_NAME
- See Also:
-
JSON_PROPERTY_COUNTRY_NAME
- See Also:
-
JSON_PROPERTY_SUB_COUNTRY_NAME
- See Also:
-
JSON_PROPERTY_SUB_SUB_COUNTRY_NAME
- See Also:
-
JSON_PROPERTY_COUNTRY_CODE
- See Also:
-
JSON_PROPERTY_OWNER_TYPE
- See Also:
-
JSON_PROPERTY_LANGUAGE_CODE
- See Also:
-
JSON_PROPERTY_SORT
- See Also:
-
JSON_PROPERTY_ORIGIN
- See Also:
-
JSON_PROPERTY_LOWERCASE_NAME
- See Also:
-
JSON_PROPERTY_LOCATION_X
- See Also:
-
JSON_PROPERTY_LOCATION_Y
- See Also:
-
JSON_PROPERTY_LOCATION
- See Also:
-
-
Constructor Details
-
LookupCached
public LookupCached()
-
-
Method Details
-
identifier
-
getIdentifier
Unique lookup identifier- Returns:
- identifier
-
setIdentifier
-
type
-
getType
Type of lookup- Returns:
- type
-
setType
-
typeIdentifier
-
getTypeIdentifier
Unique lookup type identifier- Returns:
- typeIdentifier
-
setTypeIdentifier
-
name
-
getName
Name of lookup- Returns:
- name
-
setName
-
urlName
-
getUrlName
Url-friendly slug that uniquely identifies this lookup- Returns:
- urlName
-
setUrlName
-
ownerIdentifier
-
getOwnerIdentifier
Lookup that is supplier inventory includes the supplier identifier- Returns:
- ownerIdentifier
-
setOwnerIdentifier
-
ownerName
-
getOwnerName
Lookup that is supplier inventory includes the supplier name- Returns:
- ownerName
-
setOwnerName
-
cityName
-
getCityName
Closest city where lookup entry is located- Returns:
- cityName
-
setCityName
-
countryName
-
getCountryName
Country where lookup entry is located- Returns:
- countryName
-
setCountryName
-
subCountryName
-
getSubCountryName
State where lookup entry is located- Returns:
- subCountryName
-
setSubCountryName
-
subSubCountryName
-
getSubSubCountryName
County where lookup entry is located- Returns:
- subSubCountryName
-
setSubSubCountryName
-
countryCode
-
getCountryCode
Country code- Returns:
- countryCode
-
setCountryCode
-
ownerType
-
getOwnerType
The type of owner that created this lookup- Returns:
- ownerType
-
setOwnerType
-
languageCode
-
getLanguageCode
The language the lookup code was written in- Returns:
- languageCode
-
setLanguageCode
-
sort
-
getSort
Platform-specific sort- Returns:
- sort
-
setSort
-
origin
-
getOrigin
If this lookup is the origin lookup.- Returns:
- origin
-
setOrigin
-
lowercaseName
-
getLowercaseName
Name in lower case- Returns:
- lowercaseName
-
setLowercaseName
-
locationX
-
getLocationX
Longitude- Returns:
- locationX
-
setLocationX
-
locationY
-
getLocationY
Latitude- Returns:
- locationY
-
setLocationY
-
location
-
getLocation
Get location- Returns:
- location
-
setLocation
-
equals
-
hashCode
public int hashCode() -
toString
-