Class CountryScoreRequestNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.lookup.model.CountryScoreRequestNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:20:57.458275411+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class CountryScoreRequestNonAuthenticatedEntity
extends Object
CountryScoreRequestNonAuthenticatedEntity
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumChoose the criteria you want the results sorted on. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountryCode(String countryCode) boolean@NotNull @Size(min=1) StringUnique country code you want to search in as it was given to you in the lookup entry or by using standard country codes as defined here [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).@NotNull @Min(0L) IntegergetPage()The page to paginate to.How user likes to have results displayed@NotNull @Min(1L) @Max(20L) IntegergetSize()The result size to return.getSort()Choose the criteria you want the results sorted on.@NotNull @Valid UserSessionNonAuthenticatedEntityUser session is the current search state.inthashCode()searchFilters(SearchFiltersNonAuthenticatedEntity searchFilters) voidsetCountryCode(String countryCode) voidvoidsetSearchFilters(SearchFiltersNonAuthenticatedEntity searchFilters) voidvoidvoidsetUserSession(UserSessionNonAuthenticatedEntity userSession) toString()userSession(UserSessionNonAuthenticatedEntity userSession)
-
Field Details
-
JSON_PROPERTY_COUNTRY_CODE
- See Also:
-
JSON_PROPERTY_SORT
- See Also:
-
JSON_PROPERTY_USER_SESSION
- See Also:
-
JSON_PROPERTY_SEARCH_FILTERS
- See Also:
-
JSON_PROPERTY_PAGE
- See Also:
-
JSON_PROPERTY_SIZE
- See Also:
-
-
Constructor Details
-
CountryScoreRequestNonAuthenticatedEntity
public CountryScoreRequestNonAuthenticatedEntity()
-
-
Method Details
-
countryCode
-
getCountryCode
Unique country code you want to search in as it was given to you in the lookup entry or by using standard country codes as defined here [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2).- Returns:
- countryCode
-
setCountryCode
-
sort
public CountryScoreRequestNonAuthenticatedEntity sort(@Nonnull CountryScoreRequestNonAuthenticatedEntity.SortEnum sort) -
getSort
Choose the criteria you want the results sorted on.- Returns:
- sort
-
setSort
-
userSession
public CountryScoreRequestNonAuthenticatedEntity userSession(@Nonnull UserSessionNonAuthenticatedEntity userSession) -
getUserSession
User session is the current search state. SimpleDateTimeItinerary and other data points are all included here.- Returns:
- userSession
-
setUserSession
-
searchFilters
public CountryScoreRequestNonAuthenticatedEntity searchFilters(@Nullable SearchFiltersNonAuthenticatedEntity searchFilters) -
getSearchFilters
How user likes to have results displayed- Returns:
- searchFilters
-
setSearchFilters
-
page
-
getPage
The page to paginate to. Note: Page uses a 0-based index. minimum: 0- Returns:
- page
-
setPage
-
size
-
getSize
The result size to return. minimum: 1 maximum: 20- Returns:
- size
-
setSize
-
equals
-
hashCode
-
toString
-