FMIceLinkBaseStats Class Reference
| Inherits from | NSObject | 
|---|---|
| Declared in | FMIceLinkBaseStats.h FMIceLinkBaseStats.m  | 
– deserializePropertiesWithKey:valueJson:
	
Deserializes the properties.
			- (void)deserializePropertiesWithKey:(NSString *)key valueJson:(NSString *)valueJsonParameters
key | 
						The key.  | 
					
|---|---|
valueJson | 
						The value in JSON format.  | 
					
Discussion
Deserializes the properties.
			Declared In
FMIceLinkBaseStats.h
– id
	
Gets the identifier of
the object generating these stats.
			- (NSString *)idDiscussion
Gets the identifier of
the object generating these stats.
			Declared In
FMIceLinkBaseStats.h
– serializePropertiesWithJsonObject:
	
Serializes the properties.
			- (void)serializePropertiesWithJsonObject:(NSMutableDictionary<NSString*,NSString*> *)jsonObjectParameters
jsonObject | 
						The JSON object.  | 
					
|---|
Discussion
Serializes the properties.
			Declared In
FMIceLinkBaseStats.h
– timestamp
	
Gets the timestamp when
these stats were generated.
			- (NSDate *)timestampDiscussion
Gets the timestamp when
these stats were generated.
			Declared In
FMIceLinkBaseStats.h