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