public class LogFilter
extends java.lang.Object
LogFilter class.
| Constructor and Description |
|---|
LogFilter() |
| Modifier and Type | Method and Description |
|---|---|
FilterProperty |
getApplyOn()
Getter for the field
applyOn. |
java.lang.String |
getExpression()
Getter for the field
expression. |
FilterType |
getName()
Getter for the field
name. |
FilterReply |
getOnMatch()
Getter for the field
onMatch. |
void |
setApplyOn(FilterProperty applyOn)
Setter for the field
applyOn. |
void |
setExpression(java.lang.String expression)
Setter for the field
expression. |
void |
setName(FilterType name)
Setter for the field
name. |
void |
setOnMatch(FilterReply onMatch)
Setter for the field
onMatch. |
public java.lang.String getExpression()
Getter for the field expression.
String object.public void setExpression(java.lang.String expression)
Setter for the field expression.
expression - a String object.public FilterReply getOnMatch()
Getter for the field onMatch.
FilterReply object.public void setOnMatch(FilterReply onMatch)
Setter for the field onMatch.
onMatch - a FilterReply object.public FilterProperty getApplyOn()
Getter for the field applyOn.
FilterProperty object.public void setApplyOn(FilterProperty applyOn)
Setter for the field applyOn.
applyOn - a FilterProperty object.public FilterType getName()
Getter for the field name.
FilterType object.public void setName(FilterType name)
Setter for the field name.
name - a FilterType object.Copyright © 2021. All rights reserved.