FMLiveSwitchBaseStats Class Reference

Base stats. More...

Instance Methods

(void) - deserializePropertiesWithKey:valueJson:
 Deserializes the properties. More...
 
(NSString *) - id
 Gets the identifier of the object generating these stats. More...
 
(instancetype) - init
 
(void) - serializePropertiesWithJsonObject:
 Serializes the properties. More...
 
(NSDate *) - timestamp
 Gets the timestamp when these stats were generated. More...
 

Class Methods

(FMLiveSwitchBaseStats *) + baseStats
 

Detailed Description

Base stats.

Method Documentation

◆ baseStats

+ (FMLiveSwitchBaseStats*) baseStats

◆ deserializePropertiesWithKey:valueJson:

◆ id

- (NSString*) id

Gets the identifier of the object generating these stats.

◆ init

◆ serializePropertiesWithJsonObject:

◆ timestamp

- (NSDate*) timestamp

Gets the timestamp when these stats were generated.