public class MatchingPattern
extends Object
implements Serializable
Constructor and Description |
---|
MatchingPattern() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
MatchingPattern |
eventText(String eventText) |
String |
getEventText()
Event identifier.
|
Integer |
getMaxRepetitions()
The maximum number of desired repetitions of the event inside the pattern.
|
Integer |
getMinRepetitions()
The minimum number of desired repetitions of the event inside the pattern.
|
int |
hashCode() |
MatchingPattern |
maxRepetitions(Integer maxRepetitions) |
MatchingPattern |
minRepetitions(Integer minRepetitions) |
void |
setEventText(String eventText) |
void |
setMaxRepetitions(Integer maxRepetitions) |
void |
setMinRepetitions(Integer minRepetitions) |
String |
toString() |
public MatchingPattern eventText(String eventText)
public String getEventText()
public void setEventText(String eventText)
public MatchingPattern minRepetitions(Integer minRepetitions)
public Integer getMinRepetitions()
public void setMinRepetitions(Integer minRepetitions)
public MatchingPattern maxRepetitions(Integer maxRepetitions)
public Integer getMaxRepetitions()
public void setMaxRepetitions(Integer maxRepetitions)
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object