Package org.graylog2.plugin.streams
Interface StreamRule
- All Superinterfaces:
Persisted
- All Known Implementing Classes:
StreamRuleImpl
-
Method Summary
Modifier and TypeMethodDescriptionasMap()getField()getId()getType()getValue()voidsetContentPack(String contentPack) voidsetDescription(String description) voidvoidsetInverted(Boolean inverted) voidsetType(StreamRuleType type) voidMethods inherited from interface org.graylog2.plugin.database.Persisted
getEmbeddedValidations, getFields, getValidations
-
Method Details
-
getId
String getId() -
getType
StreamRuleType getType() -
getField
String getField() -
getValue
String getValue() -
getInverted
Boolean getInverted() -
getStreamId
String getStreamId() -
getContentPack
String getContentPack() -
getDescription
String getDescription() -
setType
-
setField
-
setValue
-
setInverted
-
setContentPack
-
setDescription
-
asMap
-