Package org.jclouds.cloudstack.domain
Class Domain
java.lang.Object
org.jclouds.cloudstack.domain.Domain
- All Implemented Interfaces:
 Comparable<Domain>
Representation of the API domain response
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Domain
 
 - 
 - 
Method Details
- 
builder
 - 
toBuilder
 - 
getId
 - 
hasChild
public boolean hasChild() - 
getLevel
public long getLevel() - 
getName
 - 
getNetworkDomain
 - 
getParentDomainId
 - 
getParentDomainName
 - 
hashCode
public int hashCode() - 
equals
 - 
string
protected com.google.common.base.MoreObjects.ToStringHelper string() - 
toString
 - 
compareTo
- Specified by:
 compareToin interfaceComparable<Domain>
 
 -