Class ApiKeywordsFilter
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.ApiKeywordsFilter
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class ApiKeywordsFilter
extends Object
Filter by codes of keywords associated to hotels.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddKeywordItem(Integer keywordItem) allIncluded(Boolean allIncluded) booleanDefines if the results must match all the indicated keyword codes.List of keyword codes to filter.inthashCode()voidsetAllIncluded(Boolean allIncluded) voidsetKeyword(List<Integer> keyword) toString()
-
Field Details
-
JSON_PROPERTY_ALL_INCLUDED
- See Also:
-
JSON_PROPERTY_KEYWORD
- See Also:
-
-
Constructor Details
-
ApiKeywordsFilter
public ApiKeywordsFilter()
-
-
Method Details
-
allIncluded
-
getAllIncluded
Defines if the results must match all the indicated keyword codes.- Returns:
- allIncluded
-
setAllIncluded
-
keyword
-
addKeywordItem
-
getKeyword
List of keyword codes to filter.- Returns:
- keyword
-
setKeyword
-
equals
-
hashCode
public int hashCode() -
toString
-