public class ChannelModel extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
category |
protected String |
channelType |
protected String |
description |
protected com.fasterxml.jackson.databind.JsonNode |
extension |
protected String |
key |
protected String |
name |
protected String |
type |
| Constructor and Description |
|---|
ChannelModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getChannelType() |
String |
getDescription() |
com.fasterxml.jackson.databind.JsonNode |
getExtension() |
String |
getKey() |
String |
getName() |
String |
getType() |
void |
setCategory(String category) |
void |
setChannelType(String channelType) |
void |
setDescription(String description) |
void |
setExtension(com.fasterxml.jackson.databind.JsonNode extension) |
void |
setKey(String key) |
void |
setName(String name) |
void |
setType(String type) |
protected String key
protected String category
protected String name
protected String description
protected String channelType
protected String type
protected com.fasterxml.jackson.databind.JsonNode extension
public String getKey()
public void setKey(String key)
public String getCategory()
public void setCategory(String category)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getChannelType()
public void setChannelType(String channelType)
public String getType()
public void setType(String type)
public com.fasterxml.jackson.databind.JsonNode getExtension()
public void setExtension(com.fasterxml.jackson.databind.JsonNode extension)
Copyright © 2022 Flowable. All rights reserved.