org.jclouds.trmk.vcloud_0_8.domain
Class PublicIpAddress

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.domain.PublicIpAddress
All Implemented Interfaces:
Comparable<PublicIpAddress>

public class PublicIpAddress
extends Object
implements Comparable<PublicIpAddress>

Author:
Adrian Cole

Constructor Summary
PublicIpAddress(String address, URI id)
           
 
Method Summary
 int compareTo(PublicIpAddress that)
           
 boolean equals(Object obj)
           
 String getAddress()
           
 URI getId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PublicIpAddress

public PublicIpAddress(String address,
                       URI id)
Method Detail

getId

public URI getId()

getAddress

public String getAddress()

compareTo

public int compareTo(PublicIpAddress that)
Specified by:
compareTo in interface Comparable<PublicIpAddress>

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-2012 jclouds. All Rights Reserved.