Package travel.wink.sdk.lookup.model
Class LookupCachedNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.lookup.model.LookupCachedNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-21T16:19:44.679913915+07:00[Asia/Bangkok]")
public class LookupCachedNonAuthenticatedEntity
extends Object
LookupCachedNonAuthenticatedEntity
-
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 located@Valid UUIDUnique lookup identifierThe language the lookup code was written inGet locationLongitudeLatitudeName in lower casegetName()Name of lookupIf this lookup is the origin lookup.@Valid UUIDLookup 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 lookup@Valid UUIDUnique lookup type identifierUrl-friendly slug that uniquely identifies this lookupinthashCode()identifier(UUID identifier) languageCode(String languageCode) location(GeoJsonPointNonAuthenticatedEntity location) locationX(BigDecimal locationX) locationY(BigDecimal locationY) lowercaseName(String lowercaseName) ownerIdentifier(UUID ownerIdentifier) voidsetCityName(String cityName) voidsetCountryCode(String countryCode) voidsetCountryName(String countryName) voidsetIdentifier(UUID identifier) voidsetLanguageCode(String languageCode) voidvoidsetLocationX(BigDecimal locationX) voidsetLocationY(BigDecimal locationY) voidsetLowercaseName(String lowercaseName) voidvoidvoidsetOwnerIdentifier(UUID ownerIdentifier) voidsetOwnerName(String ownerName) voidvoidvoidsetSubCountryName(String subCountryName) voidsetSubSubCountryName(String subSubCountryName) voidvoidsetTypeIdentifier(UUID typeIdentifier) voidsetUrlName(String urlName) subCountryName(String subCountryName) subSubCountryName(String subSubCountryName) toString()typeIdentifier(UUID 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
-
LookupCachedNonAuthenticatedEntity
public LookupCachedNonAuthenticatedEntity()
-
-
Method Details
-
identifier
-
getIdentifier
-
setIdentifier
-
type
-
getType
-
setType
-
typeIdentifier
-
getTypeIdentifier
Unique lookup type identifier- Returns:
- typeIdentifier
-
setTypeIdentifier
-
name
-
getName
-
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
-
setCityName
-
countryName
-
getCountryName
-
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
-
setCountryCode
-
ownerType
public LookupCachedNonAuthenticatedEntity ownerType(LookupCachedNonAuthenticatedEntity.OwnerTypeEnum 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
-
setSort
-
origin
-
getOrigin
-
setOrigin
-
lowercaseName
-
getLowercaseName
-
setLowercaseName
-
locationX
-
getLocationX
-
setLocationX
-
locationY
-
getLocationY
-
setLocationY
-
location
-
getLocation
Get location- Returns:
- location
-
setLocation
-
equals
-
hashCode
-
toString
-