Class ChannelModel

java.lang.Object
org.flowable.eventregistry.model.ChannelModel
Direct Known Subclasses:
InboundChannelModel, OutboundChannelModel

public class ChannelModel extends Object
  • Field Details

    • key

      protected String key
    • category

      protected String category
    • name

      protected String name
    • description

      protected String description
    • channelType

      protected String channelType
    • type

      protected String type
    • extension

      protected com.fasterxml.jackson.databind.JsonNode extension
  • Constructor Details

    • ChannelModel

      public ChannelModel()
  • Method Details

    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getCategory

      public String getCategory()
    • setCategory

      public void setCategory(String category)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getChannelType

      public String getChannelType()
    • setChannelType

      public void setChannelType(String channelType)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getExtension

      public com.fasterxml.jackson.databind.JsonNode getExtension()
    • setExtension

      public void setExtension(com.fasterxml.jackson.databind.JsonNode extension)