public class MatchOptions extends Object
| Constructor | Description |
|---|---|
MatchOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
MatchOptions |
exactPhrase(Boolean exactPhrase) |
|
Boolean |
getExactPhrase() |
Gets or sets a value indicating whether to match exact string phrase.
|
Boolean |
getIsRegex() |
Gets or sets a value indicating whether to match by regular expression.
|
int |
hashCode() |
|
MatchOptions |
isRegex(Boolean isRegex) |
|
void |
setExactPhrase(Boolean exactPhrase) |
|
void |
setIsRegex(Boolean isRegex) |
|
String |
toString() |
public MatchOptions exactPhrase(Boolean exactPhrase)
public Boolean getExactPhrase()
public void setExactPhrase(Boolean exactPhrase)
public MatchOptions isRegex(Boolean isRegex)
public Boolean getIsRegex()
public void setIsRegex(Boolean isRegex)
Copyright © 2026. All rights reserved.