public class Match extends Object
Modifier and Type | Field and Description |
---|---|
static MatchType |
DEFAULT_TYPE
The default value :
MatchType.EQUALS |
Constructor and Description |
---|
Match()
Default constructor
|
Match(JsonObject json)
Create an instance from a
JsonObject |
Match(Match other)
Copy constructor
|
public static final MatchType DEFAULT_TYPE
MatchType.EQUALS
public Match()
public Match(Match other)
other
- The other Match
to copy when creating thispublic Match(JsonObject json)
JsonObject
json
- the JsonObject to create it frompublic String getValue()
public Match setValue(String value)
value
- the value to matchpublic MatchType getType()
Copyright © 2015. All Rights Reserved.