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 TypeMethodDescriptiontools.jackson.databind.JsonNodegetKey()getName()getType()voidsetCategory(String category) voidsetChannelType(String channelType) voidsetDescription(String description) voidsetExtension(tools.jackson.databind.JsonNode extension) voidvoidvoid
-
Field Details
-
key
-
category
-
name
-
description
-
channelType
-
type
-
extension
protected tools.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 tools.jackson.databind.JsonNode getExtension() -
setExtension
public void setExtension(tools.jackson.databind.JsonNode extension)
-