Skip to main content

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 TypeField and Description
longlastUpdateTime
The last time this data was updated
intpeopleCount
The number of people detected in the room

Constructor Summary

Constructor and Description

AnalyticsData()

Method Summary

Modifier and TypeMethod and Description
java.lang.StringtoString() 

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