public class LatencyLatestInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
static Builder<LatencyLatestInfo> |
LATENCY_LATEST_BUILDER |
| Constructor and Description |
|---|
LatencyLatestInfo(String command,
long timestamp,
long lastEventLatency,
long maxEventLatency) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand() |
long |
getLastEventLatency() |
long |
getMaxEventLatency() |
long |
getTimestamp() |
public static final Builder<LatencyLatestInfo> LATENCY_LATEST_BUILDER
public LatencyLatestInfo(String command, long timestamp, long lastEventLatency, long maxEventLatency)
public String getCommand()
public long getTimestamp()
public long getLastEventLatency()
public long getMaxEventLatency()
Copyright © 2024. All rights reserved.