fm.liveswitch.BaseStats Class Referenceabstract

Base stats. More...

Public Member Functions

String getId ()
 Gets the identifier of the object generating these stats. More...
 
java.util.Date getTimestamp ()
 Gets the timestamp when these stats were generated. More...
 

Protected Member Functions

 BaseStats ()
 
void deserializeProperties (String key, String valueJson)
 Deserializes the properties. More...
 
void serializeProperties (java.util.HashMap< String, String > jsonObject)
 Serializes the properties. More...
 

Detailed Description

Base stats.

Constructor & Destructor Documentation

◆ BaseStats()

fm.liveswitch.BaseStats.BaseStats ( )
protected

Member Function Documentation

◆ deserializeProperties()

◆ getId()

String fm.liveswitch.BaseStats.getId ( )

Gets the identifier of the object generating these stats.

◆ getTimestamp()

java.util.Date fm.liveswitch.BaseStats.getTimestamp ( )

Gets the timestamp when these stats were generated.

◆ serializeProperties()