public class StreamRule extends Object
Constructor and Description |
---|
StreamRule() |
Modifier and Type | Method and Description |
---|---|
String |
getField() |
StreamRuleType |
getType() |
String |
getValue() |
boolean |
isInverted() |
void |
setField(String field) |
void |
setInverted(boolean inverted) |
void |
setType(StreamRuleType type) |
void |
setValue(String value) |
public StreamRuleType getType()
public void setType(StreamRuleType type)
public String getField()
public void setField(String field)
public String getValue()
public void setValue(String value)
public boolean isInverted()
public void setInverted(boolean inverted)
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.