public class Annotation extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
Endpoint |
host
Always the host that recorded the event.
|
long |
timestamp
Microseconds from epoch.
|
String |
value |
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
create(long timestamp,
String value,
Endpoint endpoint) |
boolean |
equals(Object o) |
int |
hashCode() |
public final long timestamp
public final String value
public final Endpoint host
Copyright © 2016. All rights reserved.