|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
com.google.common.collect.ForwardingSet<Datapoint>
org.jclouds.cloudwatch.domain.GetMetricStatisticsResponse
public class GetMetricStatisticsResponse
the list of Datapoint for the metric
| Constructor Summary | |
|---|---|
GetMetricStatisticsResponse(Set<Datapoint> datapoints,
String label)
|
|
| Method Summary | |
|---|---|
protected Set<Datapoint> |
delegate()
|
boolean |
equals(Object obj)
|
String |
getLabel()
return the label describing the specified metric |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class com.google.common.collect.ForwardingSet |
|---|
standardEquals, standardHashCode, standardRemoveAll |
| Methods inherited from class com.google.common.collect.ForwardingCollection |
|---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArray |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Set |
|---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Constructor Detail |
|---|
public GetMetricStatisticsResponse(@Nullable
Set<Datapoint> datapoints,
String label)
| Method Detail |
|---|
public String getLabel()
public int hashCode()
hashCode in interface Collection<Datapoint>hashCode in interface Set<Datapoint>hashCode in class com.google.common.collect.ForwardingSet<Datapoint>public boolean equals(Object obj)
equals in interface Collection<Datapoint>equals in interface Set<Datapoint>equals in class com.google.common.collect.ForwardingSet<Datapoint>public String toString()
toString in class com.google.common.collect.ForwardingObjectprotected Set<Datapoint> delegate()
delegate in class com.google.common.collect.ForwardingSet<Datapoint>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||