public static class MailInboundChannelModel.CustomProperty extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
name |
protected String |
value |
Constructor and Description |
---|
CustomProperty() |
CustomProperty(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getValue() |
void |
setName(String name) |
void |
setValue(String value) |