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
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String name  
    protected java.lang.String value  
  • Constructor Summary

    Constructors 
    Constructor Description
    CustomProperty()  
    CustomProperty​(java.lang.String name, java.lang.String value)  
  • Method Summary

    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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • name

      protected java.lang.String name
    • value

      protected java.lang.String value
  • Constructor Details

  • Method Details

    • getName

      public java.lang.String getName()
    • setName

      public void setName​(java.lang.String name)
    • getValue

      public java.lang.String getValue()
    • setValue

      public void setValue​(java.lang.String value)