public class AvailabilityDataPoint extends Object
| Constructor and Description |
|---|
AvailabilityDataPoint() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Set<String> |
getTags() |
long |
getTimestamp() |
String |
getValue() |
int |
hashCode() |
void |
setTags(Set<String> tags) |
void |
setTimestamp(long timestamp) |
void |
setValue(String value) |
String |
toString() |
Copyright © 2015 Red Hat, Inc.. All rights reserved.