public interface Stream extends Persisted
| Modifier and Type | Interface and Description |
|---|---|
static class |
Stream.MatchingType |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
asMap(List<StreamRule> streamRules) |
Map<String,List<String>> |
getAlertReceivers() |
String |
getContentPack() |
String |
getDescription() |
Boolean |
getDisabled() |
String |
getId() |
Stream.MatchingType |
getMatchingType() |
Set<Output> |
getOutputs() |
List<StreamRule> |
getStreamRules() |
String |
getTitle() |
Boolean |
isPaused() |
void |
setContentPack(String contentPack) |
void |
setDescription(String description) |
void |
setDisabled(Boolean disabled) |
void |
setMatchingType(Stream.MatchingType matchingType) |
void |
setTitle(String title) |
String |
toString() |
asMap, getEmbeddedValidations, getFields, getValidationsString getTitle()
String getDescription()
Boolean getDisabled()
String getContentPack()
void setTitle(String title)
void setDescription(String description)
void setDisabled(Boolean disabled)
void setContentPack(String contentPack)
void setMatchingType(Stream.MatchingType matchingType)
Boolean isPaused()
Map<String,Object> asMap(List<StreamRule> streamRules)
List<StreamRule> getStreamRules()
Stream.MatchingType getMatchingType()
Copyright © 2012-2016 Graylog, Inc.. All Rights Reserved.