FMIceLinkBaseStats Class Reference

Inherits from NSObject
Declared in FMIceLinkBaseStats.h
FMIceLinkBaseStats.m

Overview

Base stats.

– deserializePropertiesWithKey:valueJson:

Deserializes the properties.
- (void)deserializePropertiesWithKey:(NSString *)key valueJson:(NSString *)valueJson

Parameters

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 *)id

Discussion

Gets the identifier of the object generating these stats.

Declared In

FMIceLinkBaseStats.h

– serializePropertiesWithJsonObject:

Serializes the properties.
- (void)serializePropertiesWithJsonObject:(NSMutableDictionary<NSString*,NSString*> *)jsonObject

Parameters

jsonObject

The JSON object.

Discussion

Serializes the properties.

Declared In

FMIceLinkBaseStats.h

– timestamp

Gets the timestamp when these stats were generated.
- (NSDate *)timestamp

Discussion

Gets the timestamp when these stats were generated.

Declared In

FMIceLinkBaseStats.h