public class ExportBundle extends Object
| Constructor and Description |
|---|
ExportBundle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
Set<String> |
getDashboards() |
String |
getDescription() |
Set<String> |
getInputs() |
String |
getName() |
Set<String> |
getOutputs() |
Set<String> |
getStreams() |
void |
setCategory(String category) |
void |
setDashboards(Set<String> dashboards) |
void |
setDescription(String description) |
void |
setInputs(Set<String> inputs) |
void |
setName(String name) |
void |
setOutputs(Set<String> outputs) |
void |
setStreams(Set<String> streams) |
Copyright © 2012-2015 Graylog, Inc.. All Rights Reserved.