Class MailInboundChannelModel.CustomProperty
- java.lang.Object
-
- com.flowable.platform.engine.impl.eventregistry.mail.MailInboundChannelModel.CustomProperty
-
- Enclosing class:
- MailInboundChannelModel
public static class MailInboundChannelModel.CustomProperty extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CustomProperty()
CustomProperty(java.lang.String name, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getValue()
void
setName(java.lang.String name)
void
setValue(java.lang.String value)
-