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.longget The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).getType()get The type of this object.voidset A unique id that is associated with the object that was inspected to produce this Stats object.voidsetTimestampMillis(long timestampMillis) set The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).voidset The type of this object.
-
Constructor Details
-
Stats
protected Stats()Default private constructor of Stats for serialization with Jackson -
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).
-