Class GetMetricStatisticsResponse

  • All Implemented Interfaces:
    Iterable<Datapoint>

    public class GetMetricStatisticsResponse
    extends com.google.common.collect.FluentIterable<Datapoint>
    the list of Datapoint for the metric
    See Also:
    • Method Detail

      • getLabel

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

        public int hashCode()
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Overrides:
        toString in class com.google.common.collect.FluentIterable<Datapoint>