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()
Get a byte array used as a cache key.
|
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 SearchQuerySpec
public byte[] getCacheKey()
Cacheable
getCacheKey
in interface Cacheable
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.