public class ProcessMatch extends Object implements Serializable
| Constructor and Description |
|---|
ProcessMatch() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
String |
getExpression()
Returns the value of field 'expression'.
|
int |
hashCode()
Method hashCode.
|
void |
setExpression(String expression)
Sets the value of field 'expression'.
|
public boolean equals(Object obj)
public String getExpression()
public int hashCode()
public void setExpression(String expression)
expression - the value of field 'expression'.Copyright © 2017. All rights reserved.