AnalyticsData
com.poly.polyos.analytics
AnalyticsData
- java.lang.Object
- com.poly.polyos.analytics.AnalyticsData
public class
AnalyticsData
extends java.lang.Object
Represents the analytics data.
Since:
3.0.45
See Also:
IPolyAnalyticsService
Field Summary
Modifier and Type | Field and Description |
---|---|
long | lastUpdateTime |
The last time this data was updated | |
int | peopleCount |
The number of people detected in the room |
Constructor Summary
Constructor and Description
AnalyticsData()
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String | toString() |
Methods inherited from class java.lang.Object
clone
, equals
, finalize
, getClass
, hashCode
, notify
, notifyAll
, wait
, wait
, wait
Field Detail
peopleCount
public int peopleCount
The number of people detected in the room
lastUpdateTime
public long lastUpdateTime
The last time this data was updated
Constructor Detail
AnalyticsData
public AnalyticsData()
Method Detail
toString
public java.lang.String toString()
Overrides:
toString
in class java.lang.Object