Package org.jclouds.cloudstack.domain
Class Domain
- java.lang.Object
- 
- org.jclouds.cloudstack.domain.Domain
 
- 
- All Implemented Interfaces:
- Comparable<Domain>
 
 public class Domain extends Object implements Comparable<Domain> Representation of the API domain response
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDomain.Builder<T extends Domain.Builder<T>>
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Domain.Builder<?>builder()intcompareTo(Domain other)booleanequals(Object obj)StringgetId()longgetLevel()StringgetName()StringgetNetworkDomain()StringgetParentDomainId()StringgetParentDomainName()booleanhasChild()inthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()Domain.Builder<?>toBuilder()StringtoString()
 
- 
- 
- 
Method Detail- 
builderpublic static Domain.Builder<?> builder() 
 - 
toBuilderpublic Domain.Builder<?> toBuilder() 
 - 
getIdpublic String getId() 
 - 
hasChildpublic boolean hasChild() 
 - 
getLevelpublic long getLevel() 
 - 
stringprotected com.google.common.base.MoreObjects.ToStringHelper string() 
 - 
compareTopublic int compareTo(Domain other) - Specified by:
- compareToin interface- Comparable<Domain>
 
 
- 
 
-