Constructor and Description |
---|
Datum(long sendTime) |
Datum(long sendTime,
double latencySecs) |
Modifier and Type | Method and Description |
---|---|
double |
getLatencySecs() |
long |
getSendTime() |
boolean |
isSuccessful() |
@ConstructorProperties(value="sendTime") public Datum(long sendTime)
@ConstructorProperties(value={"sendTime","latencySecs"}) public Datum(long sendTime, double latencySecs)
Copyright © 2016. All rights reserved.