public class ExtraOption extends Object
| Constructor and Description |
|---|
ExtraOption() |
ExtraOption(String type,
String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
String |
getType() |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setType(String type) |
Apache Camel