public class Annotation extends Object implements Serializable
| Constructor and Description |
|---|
Annotation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Endpoint |
getEndpoint() |
long |
getTimestamp() |
String |
getValue() |
int |
hashCode() |
void |
setEndpoint(Endpoint endpoint) |
void |
setTimestamp(long timestamp) |
void |
setValue(String value) |
String |
toString() |
public long getTimestamp()
public void setTimestamp(long timestamp)
timestamp - the timestamp to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic Endpoint getEndpoint()
public void setEndpoint(Endpoint endpoint)
endpoint - the endpoint to setCopyright © 2015–2017 Red Hat, Inc.. All rights reserved.