public class Matcher extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Matcher.Builder |
| Constructor and Description |
|---|
Matcher() |
| Modifier and Type | Method and Description |
|---|---|
String |
attribute() |
BetweenAttribute |
between() |
Boolean |
bool() |
static Matcher.Builder |
builder() |
static Matcher.Builder |
builder(Matcher other) |
Long |
date() |
Depends |
depends() |
boolean |
equals(Object o) |
int |
hashCode() |
Boolean |
negate() |
Long |
number() |
void |
setAttribute(String attribute) |
void |
setBetween(BetweenAttribute between) |
void |
setDate(Long date) |
void |
setDepends(Depends depends) |
void |
setNegate(Boolean negate) |
void |
setNumber(Long number) |
void |
setString(String string) |
void |
setStrings(List<String> strings) |
void |
setType(ConditionType type) |
String |
string() |
List<String> |
strings() |
String |
toString() |
ConditionType |
type() |
public ConditionType type()
public Boolean negate()
public String attribute()
public Boolean bool()
public String string()
public Long number()
public Long date()
public BetweenAttribute between()
public Depends depends()
public void setType(ConditionType type)
public void setNegate(Boolean negate)
public void setAttribute(String attribute)
public void setString(String string)
public void setNumber(Long number)
public void setDate(Long date)
public void setBetween(BetweenAttribute between)
public void setDepends(Depends depends)
public static Matcher.Builder builder()
public static Matcher.Builder builder(Matcher other)
Copyright © 2017. All rights reserved.