Channel connection configuration. More...
Public Member Functions | |
ChannelConnectionLayoutConfig () | |
String | toJson () |
Serializes this channel connection layout configuration to JSON. More... | |
Public Member Functions inherited from fm.liveswitch.LayoutConfig | |
fm.liveswitch.NullableInteger | getPriority () |
Gets the layout proirity. More... | |
String | getZone () |
Gets the layout zone. More... | |
LayoutConfig () | |
void | setPriority (fm.liveswitch.NullableInteger value) |
Sets the layout proirity. More... | |
void | setZone (String value) |
Sets the layout zone. More... | |
Static Public Member Functions | |
static fm.liveswitch.ChannelConnectionLayoutConfig | fromJson (String channelConnectionLayoutConfigJson) |
Deserializes a channel connection layout config from JSON. More... | |
static String | toJson (fm.liveswitch.ChannelConnectionLayoutConfig channelConnectionLayoutConfig) |
Serializes a channel connection layout config to JSON. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from fm.liveswitch.LayoutConfig | |
void | deserializeProperties (String key, String valueJson) |
Deserializes the properties. More... | |
void | serializeProperties (java.util.HashMap< String, String > jsonObject) |
Serializes the properties. More... | |
Channel connection configuration.
fm.liveswitch.ChannelConnectionLayoutConfig.ChannelConnectionLayoutConfig | ( | ) |
|
static |
Deserializes a channel connection layout config from JSON.
channelConnectionLayoutConfigJson | The channel connection layout configuration as JSON. |
String fm.liveswitch.ChannelConnectionLayoutConfig.toJson | ( | ) |
Serializes this channel connection layout configuration to JSON.
|
static |
Serializes a channel connection layout config to JSON.
channelConnectionLayoutConfig | The channel connection layout configuration. |