public class Match extends Object implements Serializable
Constructor and Description |
---|
Match() |
Modifier and Type | Method and Description |
---|---|
void |
deleteDefaultParameterMapping() |
boolean |
equals(Object obj)
Overrides the Object.equals method.
|
Boolean |
getDefaultParameterMapping()
Returns the value of field 'defaultParameterMapping'.
|
String |
getExpression()
Returns the value of field 'expression'.
|
String |
getType()
Returns the value of field 'type'.
|
boolean |
hasDefaultParameterMapping()
Method hasDefaultParameterMapping.
|
int |
hashCode()
Method hashCode.
|
Boolean |
isDefaultParameterMapping()
Returns the value of field 'defaultParameterMapping'.
|
void |
setDefaultParameterMapping(Boolean defaultParameterMapping)
Sets the value of field 'defaultParameterMapping'.
|
void |
setExpression(String expression)
Sets the value of field 'expression'.
|
void |
setType(String type)
Sets the value of field 'type'.
|
public void deleteDefaultParameterMapping()
public boolean equals(Object obj)
public Boolean getDefaultParameterMapping()
public String getExpression()
public String getType()
public boolean hasDefaultParameterMapping()
public int hashCode()
public Boolean isDefaultParameterMapping()
public void setDefaultParameterMapping(Boolean defaultParameterMapping)
defaultParameterMapping
- the value of field 'defaultParameterMapping'.public void setExpression(String expression)
expression
- the value of field 'expression'.public void setType(String type)
type
- the value of field 'type'.Copyright © 2017. All rights reserved.