org.jclouds.cloudwatch.domain
Class Dimension

java.lang.Object
  extended by org.jclouds.cloudwatch.domain.Dimension

public class Dimension
extends Object

Author:
Jeremy Whitlock
See Also:

Constructor Summary
Dimension(String name, String value)
           
 
Method Summary
 boolean equals(Object obj)
          
 String getName()
          return the dimension name.
 String getValue()
          return the dimension value.
 int hashCode()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Dimension

public Dimension(String name,
                 String value)
Method Detail

getName

public String getName()
return the dimension name.


getValue

public String getValue()
return the dimension value.


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


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