|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.cloudwatch.domain.Metric
public class Metric
| Constructor Summary | |
|---|---|
Metric(String metricName,
String namespace,
Set<Dimension> dimensions)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Set<Dimension> |
getDimensions()
return the available dimensions for the metric |
String |
getMetricName()
return the metric name for the metric. |
String |
getNamespace()
return the namespace for the metric |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Metric(String metricName,
String namespace,
@Nullable
Set<Dimension> dimensions)
| Method Detail |
|---|
public String getMetricName()
public String getNamespace()
@Nullable public Set<Dimension> getDimensions()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||