Channel device layout configuration.
More...
Channel device layout configuration.
◆ ChannelDeviceLayoutConfig()
fm.liveswitch.ChannelDeviceLayoutConfig.ChannelDeviceLayoutConfig |
( |
| ) |
|
◆ deserializeProperties()
void fm.liveswitch.ChannelDeviceLayoutConfig.deserializeProperties |
( |
String |
key, |
|
|
String |
valueJson |
|
) |
| |
|
protected |
Deserializes the properties.
- Parameters
-
key | The key. |
valueJson | The value in JSON format. |
Reimplemented from fm.liveswitch.LayoutConfig.
◆ fromJson()
Deserializes a channel device layout config from JSON.
- Parameters
-
channelDeviceLayoutConfigJson | The channel device layout configuration as JSON. |
- Returns
- The channel device layout configuration.
◆ getExcludedClientIds()
String [] fm.liveswitch.ChannelDeviceLayoutConfig.getExcludedClientIds |
( |
| ) |
|
Gets the client identifiers to exclude.
◆ getExcludedConnectionIds()
String [] fm.liveswitch.ChannelDeviceLayoutConfig.getExcludedConnectionIds |
( |
| ) |
|
Gets the connection identifiers to exclude.
◆ serializeProperties()
void fm.liveswitch.ChannelDeviceLayoutConfig.serializeProperties |
( |
java.util.HashMap< String, String > |
jsonObject | ) |
|
|
protected |
◆ setExcludedClientIds()
void fm.liveswitch.ChannelDeviceLayoutConfig.setExcludedClientIds |
( |
String[] |
value | ) |
|
Sets the client identifiers to exclude.
◆ setExcludedConnectionIds()
void fm.liveswitch.ChannelDeviceLayoutConfig.setExcludedConnectionIds |
( |
String[] |
value | ) |
|
Sets the connection identifiers to exclude.
◆ toJson() [1/2]
String fm.liveswitch.ChannelDeviceLayoutConfig.toJson |
( |
| ) |
|
Serializes this channel device layout configuration to JSON.
- Returns
- The channel device layout configuration as JSON.
◆ toJson() [2/2]
Serializes a channel device layout config to JSON.
- Parameters
-
channelDeviceLayoutConfig | The channel device layout configuration. |
- Returns
- The channel device layout configuration as JSON.