Client configuration.
More...
◆ fromJson()
Deserializes an instance from JSON.
- Parameters
-
clientConfigJson | The JSON to deserialize. |
- Returns
- The deserialized client config.
◆ getDeviceAlias()
String fm.liveswitch.ClientConfig.getDeviceAlias |
( |
| ) |
|
◆ getRoles()
String [] fm.liveswitch.ClientConfig.getRoles |
( |
| ) |
|
◆ getTag()
String fm.liveswitch.ClientConfig.getTag |
( |
| ) |
|
◆ getUserAlias()
String fm.liveswitch.ClientConfig.getUserAlias |
( |
| ) |
|
◆ setDeviceAlias()
void fm.liveswitch.ClientConfig.setDeviceAlias |
( |
String |
value | ) |
|
◆ setRoles()
void fm.liveswitch.ClientConfig.setRoles |
( |
String[] |
value | ) |
|
◆ setTag()
void fm.liveswitch.ClientConfig.setTag |
( |
String |
value | ) |
|
◆ setUserAlias()
void fm.liveswitch.ClientConfig.setUserAlias |
( |
String |
value | ) |
|
◆ toJson() [1/2]
String fm.liveswitch.ClientConfig.toJson |
( |
| ) |
|
Serializes this instance to JSON.
◆ toJson() [2/2]
Serializes an instance to JSON.
- Parameters
-
clientConfig | The client config to serialize. |
- Returns
- The serialized JSON.