Channel user layout configuration.
More...
Channel user layout configuration.
◆ ChannelUserLayoutConfig()
| fm.liveswitch.ChannelUserLayoutConfig.ChannelUserLayoutConfig |
( |
| ) |
|
◆ deserializeProperties()
| void fm.liveswitch.ChannelUserLayoutConfig.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 user layout config from JSON.
- Parameters
-
| channelUserLayoutConfigJson | The channel user layout configuration as JSON. |
- Returns
- The channel user layout configuration.
◆ getExcludedClientIds()
| String [] fm.liveswitch.ChannelUserLayoutConfig.getExcludedClientIds |
( |
| ) |
|
Gets the client identifiers to exclude.
◆ getExcludedConnectionIds()
| String [] fm.liveswitch.ChannelUserLayoutConfig.getExcludedConnectionIds |
( |
| ) |
|
Gets the connection identifiers to exclude.
◆ getExcludedDeviceIds()
| String [] fm.liveswitch.ChannelUserLayoutConfig.getExcludedDeviceIds |
( |
| ) |
|
Gets the device identifiers to exclude.
◆ serializeProperties()
| void fm.liveswitch.ChannelUserLayoutConfig.serializeProperties |
( |
java.util.HashMap< String, String > |
jsonObject | ) |
|
|
protected |
◆ setExcludedClientIds()
| void fm.liveswitch.ChannelUserLayoutConfig.setExcludedClientIds |
( |
String[] |
value | ) |
|
Sets the client identifiers to exclude.
◆ setExcludedConnectionIds()
| void fm.liveswitch.ChannelUserLayoutConfig.setExcludedConnectionIds |
( |
String[] |
value | ) |
|
Sets the connection identifiers to exclude.
◆ setExcludedDeviceIds()
| void fm.liveswitch.ChannelUserLayoutConfig.setExcludedDeviceIds |
( |
String[] |
value | ) |
|
Sets the device identifiers to exclude.
◆ toJson() [1/2]
| String fm.liveswitch.ChannelUserLayoutConfig.toJson |
( |
| ) |
|
Serializes this channel user layout configuration to JSON.
- Returns
- The channel user layout configuration as JSON.
◆ toJson() [2/2]
Serializes a channel user layout config to JSON.
- Parameters
-
| channelUserLayoutConfig | The channel user layout configuration. |
- Returns
- The channel user layout configuration as JSON.