Class MailInboundChannelModel.CustomProperty

java.lang.Object
com.flowable.platform.engine.impl.eventregistry.mail.MailInboundChannelModel.CustomProperty
Enclosing class:
MailInboundChannelModel

public static class MailInboundChannelModel.CustomProperty extends Object
  • Field Details

    • name

      protected String name
    • value

      protected String value
  • Constructor Details

    • CustomProperty

      public CustomProperty()
    • CustomProperty

      public CustomProperty(String name, String value)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)