public class StreamRule extends Object
| Constructor and Description |
|---|
StreamRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getField() |
StreamRuleType |
getType() |
String |
getValue() |
boolean |
isInverted() |
void |
setDescription(String description) |
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)
public String getDescription()
public void setDescription(String description)
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.