Package org.flowable.eventregistry.model
Class ChannelModel
java.lang.Object
org.flowable.eventregistry.model.ChannelModel
- Direct Known Subclasses:
InboundChannelModel
,OutboundChannelModel
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
getKey()
getName()
getType()
void
setCategory
(String category) void
setChannelType
(String channelType) void
setDescription
(String description) void
setExtension
(com.fasterxml.jackson.databind.JsonNode extension) void
void
void
-
Field Details
-
key
-
category
-
name
-
description
-
channelType
-
type
-
extension
protected com.fasterxml.jackson.databind.JsonNode extension
-
-
Constructor Details
-
ChannelModel
public ChannelModel()
-
-
Method Details
-
getKey
-
setKey
-
getCategory
-
setCategory
-
getName
-
setName
-
getDescription
-
setDescription
-
getChannelType
-
setChannelType
-
getType
-
setType
-
getExtension
public com.fasterxml.jackson.databind.JsonNode getExtension() -
setExtension
public void setExtension(com.fasterxml.jackson.databind.JsonNode extension)
-