org.jclouds.cloudwatch.domain
Class GetMetricStatisticsResponse

java.lang.Object
  extended by com.google.common.collect.FluentIterable<Datapoint>
      extended by org.jclouds.cloudwatch.domain.GetMetricStatisticsResponse
All Implemented Interfaces:
Iterable<Datapoint>

public class GetMetricStatisticsResponse
extends com.google.common.collect.FluentIterable<Datapoint>

the list of Datapoint for the metric

Author:
Jeremy Whitlock
See Also:

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, toImmutableList, toImmutableSet, toImmutableSortedSet, toList, toMap, toSet, toSortedImmutableList, toSortedList, toSortedSet, transform, transformAndConcat, uniqueIndex
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GetMetricStatisticsResponse

public GetMetricStatisticsResponse(@Nullable
                                   Iterable<Datapoint> datapoints,
                                   String label)
Method Detail

getLabel

public String getLabel()
return the label describing the specified metric


hashCode

public int hashCode()

Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class com.google.common.collect.FluentIterable<Datapoint>

iterator

public Iterator<Datapoint> iterator()


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.