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:
    • 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
      • toString

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