fm.liveswitch.ChannelConnectionLayoutConfig Class Reference

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...
 

Detailed Description

Channel connection configuration.

Constructor & Destructor Documentation

◆ ChannelConnectionLayoutConfig()

fm.liveswitch.ChannelConnectionLayoutConfig.ChannelConnectionLayoutConfig ( )

Member Function Documentation

◆ fromJson()

static fm.liveswitch.ChannelConnectionLayoutConfig fm.liveswitch.ChannelConnectionLayoutConfig.fromJson ( String  channelConnectionLayoutConfigJson)
static

Deserializes a channel connection layout config from JSON.

Parameters
channelConnectionLayoutConfigJsonThe channel connection layout configuration as JSON.
Returns
The channel connection layout configuration.

◆ toJson() [1/2]

String fm.liveswitch.ChannelConnectionLayoutConfig.toJson ( )

Serializes this channel connection layout configuration to JSON.

Returns
The channel connection layout configuration as JSON.

◆ toJson() [2/2]

static String fm.liveswitch.ChannelConnectionLayoutConfig.toJson ( fm.liveswitch.ChannelConnectionLayoutConfig  channelConnectionLayoutConfig)
static

Serializes a channel connection layout config to JSON.

Parameters
channelConnectionLayoutConfigThe channel connection layout configuration.
Returns
The channel connection layout configuration as JSON.