public class Stats extends Object
Modifier | Constructor and Description |
---|---|
protected |
Stats()
Default private constructor of Stats for serialization with Jackson
|
|
Stats(String id,
StatsType type,
double timestamp)
Create a Stats
|
Modifier and Type | Method and Description |
---|---|
String |
getId()
get A unique id that is associated with the object that was inspected to produce this Stats object.
|
double |
getTimestamp()
get The timestamp associated with this object.
|
StatsType |
getType()
get The type of this object.
|
void |
setId(String id)
set A unique id that is associated with the object that was inspected to produce this Stats object.
|
void |
setTimestamp(double timestamp)
set The timestamp associated with this object.
|
void |
setType(StatsType type)
set The type of this object.
|
protected Stats()
public String getId()
public void setId(String id)
public StatsType getType()
public void setType(StatsType type)
public double getTimestamp()
public void setTimestamp(double timestamp)
Copyright © 2018 Kurento. All rights reserved.