Class SearchFiltersNonAuthenticatedEntity
java.lang.Object
travel.wink.sdk.lookup.model.SearchFiltersNonAuthenticatedEntity
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-11-04T20:30:38.486457190+07:00[Asia/Bangkok]")
public class SearchFiltersNonAuthenticatedEntity
extends Object
How user likes to have results displayed
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumA user can filter blocking on a lifestyle -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondirectOnly(Boolean directOnly) booleanWhether to return blocking that is coming from a supplier with a direct relationship to callerA user can filter blocking on a lifestyleA user can query for a property with a name that sounds likeA user can query for blocking that is in a certain proximity to a geo-location.A user can filter on number of hotel starsinthashCode()nameSoundsLike(String nameSoundsLike) radiusInMeters(Long radiusInMeters) voidsetDirectOnly(Boolean directOnly) voidvoidsetNameSoundsLike(String nameSoundsLike) voidsetRadiusInMeters(Long radiusInMeters) voidsetStarRating(Integer starRating) starRating(Integer starRating) toString()
-
Field Details
-
JSON_PROPERTY_NAME_SOUNDS_LIKE
- See Also:
-
JSON_PROPERTY_RADIUS_IN_METERS
- See Also:
-
JSON_PROPERTY_LIFESTYLE
- See Also:
-
JSON_PROPERTY_STAR_RATING
- See Also:
-
JSON_PROPERTY_DIRECT_ONLY
- See Also:
-
-
Constructor Details
-
SearchFiltersNonAuthenticatedEntity
public SearchFiltersNonAuthenticatedEntity()
-
-
Method Details
-
nameSoundsLike
-
getNameSoundsLike
A user can query for a property with a name that sounds like- Returns:
- nameSoundsLike
-
setNameSoundsLike
-
radiusInMeters
-
getRadiusInMeters
A user can query for blocking that is in a certain proximity to a geo-location. 0 means disabled- Returns:
- radiusInMeters
-
setRadiusInMeters
-
lifestyle
public SearchFiltersNonAuthenticatedEntity lifestyle(SearchFiltersNonAuthenticatedEntity.LifestyleEnum lifestyle) -
getLifestyle
A user can filter blocking on a lifestyle- Returns:
- lifestyle
-
setLifestyle
-
starRating
-
getStarRating
A user can filter on number of hotel stars- Returns:
- starRating
-
setStarRating
-
directOnly
-
getDirectOnly
Whether to return blocking that is coming from a supplier with a direct relationship to caller- Returns:
- directOnly
-
setDirectOnly
-
equals
-
hashCode
-
toString
-