Class SearchKeywordImpl
java.lang.Object
com.commercetools.history.models.common.SearchKeywordImpl
- All Implemented Interfaces:
SearchKeyword,io.vrap.rmf.base.client.ModelBase
public class SearchKeywordImpl
extends Object
implements SearchKeyword, io.vrap.rmf.base.client.ModelBase
SearchKeyword
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase
io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetText()inthashCode()voidsetSuggestTokenizer(SuggestTokenizer suggestTokenizer) set suggestTokenizervoidset textMethods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vrap.rmf.base.client.ModelBase
reflectionString, reflectionStringMethods inherited from interface com.commercetools.history.models.common.SearchKeyword
withSearchKeyword
-
Constructor Details
-
SearchKeywordImpl
public SearchKeywordImpl()create empty instance
-
-
Method Details
-
getText
- Specified by:
getTextin interfaceSearchKeyword- Returns:
- text
-
getSuggestTokenizer
- Specified by:
getSuggestTokenizerin interfaceSearchKeyword- Returns:
- suggestTokenizer
-
setText
Description copied from interface:SearchKeywordset text- Specified by:
setTextin interfaceSearchKeyword- Parameters:
text- value to be set
-
setSuggestTokenizer
Description copied from interface:SearchKeywordset suggestTokenizer- Specified by:
setSuggestTokenizerin interfaceSearchKeyword- Parameters:
suggestTokenizer- value to be set
-
equals
-
hashCode
-