public class ContainsSearchQuerySpec extends Object implements SearchQuerySpec
| Constructor and Description |
|---|
ContainsSearchQuerySpec(String value,
boolean caseSensitive) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String dimVal) |
boolean |
equals(Object o) |
byte[] |
getCacheKey() |
String |
getValue() |
int |
hashCode() |
boolean |
isCaseSensitive() |
String |
toString() |
public ContainsSearchQuerySpec(String value, boolean caseSensitive)
public String getValue()
public boolean isCaseSensitive()
public boolean accept(@Nullable String dimVal)
accept in interface SearchQuerySpecpublic byte[] getCacheKey()
getCacheKey in interface SearchQuerySpecCopyright © 2011–2018. All rights reserved.