|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.FluentIterable<Datapoint>
org.jclouds.cloudwatch.domain.GetMetricStatisticsResponse
public class GetMetricStatisticsResponse
the list of Datapoint for the metric
| Constructor Summary | |
|---|---|
GetMetricStatisticsResponse(Iterable<Datapoint> datapoints,
String label)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getLabel()
return the label describing the specified metric |
int |
hashCode()
|
Iterator<Datapoint> |
iterator()
|
String |
toString()
|
| Methods inherited from class com.google.common.collect.FluentIterable |
|---|
allMatch, anyMatch, contains, copyInto, cycle, filter, filter, first, firstMatch, from, from, get, index, isEmpty, last, limit, size, skip, toArray, toList, toMap, toSet, toSortedList, toSortedSet, transform, transformAndConcat, uniqueIndex |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GetMetricStatisticsResponse(@Nullable
Iterable<Datapoint> datapoints,
String label)
| Method Detail |
|---|
public String getLabel()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class com.google.common.collect.FluentIterable<Datapoint>public Iterator<Datapoint> iterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||