Class TimestampedLong
java.lang.Object
org.teamapps.uisession.statistics.TimestampedLong
public class TimestampedLong
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description TimestampedLong(long timestamp, long value) -
Method Summary
Modifier and Type Method Description longgetTimestamp()longgetValue()
-
Constructor Details
-
TimestampedLong
public TimestampedLong(long timestamp, long value)
-
-
Method Details
-
getTimestamp
public long getTimestamp() -
getValue
public long getValue()
-