FMLiveSwitchXirSysV2IceServer Class Reference

Instance Methods

(NSString *) - credential
 
(instancetype) - init
 Initializes a new instance of the FMLiveSwitchSerializable class. More...
 
(void) - setCredential:
 
(void) - setUrl:
 
(void) - setUsername:
 
(NSString *) - toJson
 
(NSString *) - url
 
(NSString *) - username
 
- Instance Methods inherited from FMLiveSwitchDynamic
(NSMutableDictionary< NSString *, id > *) - dynamicProperties
 Gets all dynamic properties on this instance. More...
 
(id- getDynamicValueWithKey:
 Gets a property value from the local cache. More...
 
(void) - setDynamicValueWithKey:value:
 Sets a property value in the local cache. More...
 
(bool) - unsetDynamicValueWithKey:
 Removes a property value from the local cache. More...
 

Class Methods

(NSMutableArray *) + fromJsonMultipleWithIceServersJson:
 
(FMLiveSwitchXirSysV2IceServer *) + fromJsonWithIceServerJson:
 
(FMLiveSwitchXirSysV2IceServer *) + iceServer
 
(NSString *) + toJsonMultipleWithIceServers:
 
(NSString *) + toJsonWithIceServer:
 
- Class Methods inherited from FMLiveSwitchDynamic
(FMLiveSwitchDynamic *) + dynamic
 
- Class Methods inherited from FMLiveSwitchSerializable
(FMLiveSwitchSerializable *) + serializable
 Initializes a new instance of the FMLiveSwitchSerializable class. More...
 

Method Documentation

◆ credential

- (NSString*) credential

◆ fromJsonMultipleWithIceServersJson:

+ (NSMutableArray*) fromJsonMultipleWithIceServersJson: (NSString *)  iceServersJson

◆ fromJsonWithIceServerJson:

+ (FMLiveSwitchXirSysV2IceServer*) fromJsonWithIceServerJson: (NSString *)  iceServerJson

◆ iceServer

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchSerializable class.

Implements FMLiveSwitchDynamic.

◆ setCredential:

- (void) setCredential: (NSString *)  value

◆ setUrl:

- (void) setUrl: (NSString *)  value

◆ setUsername:

- (void) setUsername: (NSString *)  value

◆ toJson

- (NSString*) toJson

◆ toJsonMultipleWithIceServers:

+ (NSString*) toJsonMultipleWithIceServers: (NSMutableArray *)  iceServers

◆ toJsonWithIceServer:

+ (NSString*) toJsonWithIceServer: (FMLiveSwitchXirSysV2IceServer *)  iceServer

◆ url

- (NSString*) url

◆ username

- (NSString*) username