Client configuration. More...
Instance Methods | |
(NSString *) | - deviceAlias |
Gets the Device Alias. More... | |
(NSMutableArray *) | - roles |
Gets the Roles. More... | |
(void) | - setDeviceAlias: |
Sets the Device Alias. More... | |
(void) | - setRoles: |
Sets the Roles. More... | |
(void) | - setTag: |
Sets the Tag. More... | |
(void) | - setUserAlias: |
Sets the User Alias. More... | |
(NSString *) | - tag |
Gets the Tag. More... | |
(NSString *) | - toJson |
Serializes this instance to JSON. More... | |
(NSString *) | - userAlias |
Gets the User Alias. More... | |
Class Methods | |
(FMLiveSwitchClientConfig *) | + fromJsonWithClientConfigJson: |
Deserializes an instance from JSON. More... | |
(NSString *) | + toJsonWithClientConfig: |
Serializes an instance to JSON. More... | |
Client configuration.
- (NSString*) deviceAlias |
Gets the Device Alias.
+ (FMLiveSwitchClientConfig*) fromJsonWithClientConfigJson: | (NSString *) | clientConfigJson |
Deserializes an instance from JSON.
clientConfigJson | The JSON to deserialize. |
- (NSMutableArray*) roles |
Gets the Roles.
- (void) setDeviceAlias: | (NSString *) | value |
Sets the Device Alias.
- (void) setRoles: | (NSMutableArray *) | value |
Sets the Roles.
- (void) setTag: | (NSString *) | value |
Sets the Tag.
- (void) setUserAlias: | (NSString *) | value |
Sets the User Alias.
- (NSString*) tag |
Gets the Tag.
- (NSString*) toJson |
Serializes this instance to JSON.
+ (NSString*) toJsonWithClientConfig: | (FMLiveSwitchClientConfig *) | clientConfig |
Serializes an instance to JSON.
clientConfig | The client config to serialize. |
- (NSString*) userAlias |
Gets the User Alias.