Class KeywordRedirectValue
java.lang.Object
de.hybris.platform.solrfacetsearch.search.KeywordRedirectValue
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKeywordRedirectValue(String keyword, KeywordRedirectMatchType matchType, SolrAbstractKeywordRedirectModel redirect) Keyword redirect DTO -
Method Summary
-
Constructor Details
-
KeywordRedirectValue
public KeywordRedirectValue(String keyword, KeywordRedirectMatchType matchType, SolrAbstractKeywordRedirectModel redirect) Keyword redirect DTO- Parameters:
keyword- keyword (required)matchType- matchType (required)redirect- redirect (required)- Throws:
IllegalArgumentException- if any of the parameters is null
-
-
Method Details