org.jclouds.deltacloud.domain
Class DeltacloudCollection

java.lang.Object
  extended by org.jclouds.deltacloud.domain.DeltacloudCollection

public class DeltacloudCollection
extends Object

Author:
Adrian Cole

Constructor Summary
DeltacloudCollection(URI href, String rel)
           
DeltacloudCollection(URI href, String rel, Set<? extends Feature> features)
           
 
Method Summary
 boolean equals(Object obj)
           
 Set<? extends Feature> getFeatures()
           
 URI getHref()
           
 String getRel()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeltacloudCollection

public DeltacloudCollection(URI href,
                            String rel)

DeltacloudCollection

public DeltacloudCollection(URI href,
                            String rel,
                            Set<? extends Feature> features)
Method Detail

getHref

public URI getHref()

getRel

public String getRel()

getFeatures

public Set<? extends Feature> getFeatures()

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