public class KeywordRedirectValue extends Object
| Constructor and Description |
|---|
KeywordRedirectValue(String keyword,
KeywordRedirectMatchType matchType,
SolrAbstractKeywordRedirectModel redirect)
Keyword redirect DTO
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getKeyword() |
KeywordRedirectMatchType |
getMatchType() |
SolrAbstractKeywordRedirectModel |
getRedirect() |
int |
hashCode() |
public KeywordRedirectValue(String keyword, KeywordRedirectMatchType matchType, SolrAbstractKeywordRedirectModel redirect)
keyword - keyword (required)matchType - matchType (required)redirect - redirect (required)IllegalArgumentException - if any of the parameters is nullpublic String getKeyword()
public KeywordRedirectMatchType getMatchType()
public SolrAbstractKeywordRedirectModel getRedirect()
Copyright © 2017 SAP SE. All Rights Reserved.