public class Channel
extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
key
The Channel identifier key
|
Map<String,Object> |
properties
The user-binded properties in the form of an associative array of key/value pairs.
|
String |
timer
The user-defined timer in case the Channel is automatically triggered.
|
| Constructor and Description |
|---|
Channel() |
| Modifier and Type | Method and Description |
|---|---|
void |
jsonUnserialize(String json)
JSON unserialization.
|
public String key
public String timer
public Map<String,Object> properties