Package org.kurento.client
Class Stats
java.lang.Object
org.kurento.client.Stats
- Direct Known Subclasses:
ElementStats
,RTCStats
A dictionary that represents the stats gathered.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
get A unique id that is associated with the object that was inspected to produce this Stats object.long
get The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).getType()
get The type of this object.void
set A unique id that is associated with the object that was inspected to produce this Stats object.void
setTimestampMillis
(long timestampMillis) set The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).void
set The type of this object.
-
Constructor Details
-
Stats
protected Stats()Default private constructor of Stats for serialization with Jackson -
Stats
Create a Stats
-
-
Method Details
-
getId
get A unique id that is associated with the object that was inspected to produce this Stats object. -
setId
set A unique id that is associated with the object that was inspected to produce this Stats object. -
getType
get The type of this object. -
setType
set The type of this object. -
getTimestampMillis
public long getTimestampMillis()get The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC). -
setTimestampMillis
public void setTimestampMillis(long timestampMillis) set The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
-