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