public interface StreamRule extends Persisted
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
asMap() |
String |
getContentPack() |
String |
getDescription() |
String |
getField() |
String |
getId() |
Boolean |
getInverted() |
String |
getStreamId() |
StreamRuleType |
getType() |
String |
getValue() |
void |
setContentPack(String contentPack) |
void |
setDescription(String description) |
void |
setField(String field) |
void |
setInverted(Boolean inverted) |
void |
setType(StreamRuleType type) |
void |
setValue(String value) |
getEmbeddedValidations, getFields, getValidations
StreamRuleType getType()
String getField()
String getValue()
Boolean getInverted()
String getStreamId()
String getContentPack()
String getDescription()
void setType(StreamRuleType type)
void setField(String field)
void setValue(String value)
void setInverted(Boolean inverted)
void setContentPack(String contentPack)
void setDescription(String description)
Copyright © 2012–2018 Graylog, Inc.. All rights reserved.