public class TimeStampedCounterValue extends Object
| Constructor and Description |
|---|
TimeStampedCounterValue(long nTmestamp,
long nValue)
Constructor accepting the value of both timestamp and the counter value.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getCounterValue()
Get the counter value
|
long |
getTimestamp()
Get value of the timestamp
|
String |
toString() |
public TimeStampedCounterValue(long nTmestamp,
long nValue)
nTmestamp - time stampnValue - valueCopyright © 2016–2021 Philip Helger. All rights reserved.