Class Metric

java.lang.Object
org.jclouds.cloudwatch.domain.Metric

public class Metric extends Object
See Also:
  • Constructor Details

  • Method Details

    • getMetricName

      public String getMetricName()
      return the metric name for the metric.
    • getNamespace

      public String getNamespace()
      return the namespace for the metric
    • getDimensions

      @Nullable public Set<Dimension> getDimensions()
      return the available dimensions for the 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 Object