Package travel.wink.sdk.lookup.model
Class LookupNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.lookup.model.LookupNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-15T11:59:59.099471418+07:00[Asia/Bangkok]")
public class LookupNonAuthenticatedEntity
extends Object
LookupNonAuthenticatedEntity
-
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 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 in@NotNull @Valid GeoJsonPointNonAuthenticatedEntityGet locationName 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) lowercaseName(String lowercaseName) ownerIdentifier(UUID ownerIdentifier) voidsetCityName(String cityName) voidsetCountryCode(String countryCode) voidsetCountryName(String countryName) voidsetIdentifier(UUID identifier) voidsetLanguageCode(String languageCode) voidvoidsetLowercaseName(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
- See Also:
-
-
Constructor Details
-
LookupNonAuthenticatedEntity
public LookupNonAuthenticatedEntity()
-
-
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
-
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
-
location
-
getLocation
Get location- Returns:
- location
-
setLocation
-
equals
-
hashCode
-
toString
-