public class ExportBundle extends Object
| Constructor and Description |
|---|
ExportBundle() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
List<String> |
getDashboards() |
String |
getDescription() |
List<String> |
getInputs() |
String |
getName() |
List<String> |
getOutputs() |
List<String> |
getStreams() |
void |
setCategory(String category) |
void |
setDashboards(List<String> dashboards) |
void |
setDescription(String description) |
void |
setInputs(List<String> inputs) |
void |
setName(String name) |
void |
setOutputs(List<String> outputs) |
void |
setStreams(List<String> streams) |
Copyright © 2012–2014 TORCH GmbH. All rights reserved.