Class Subdomain
- java.lang.Object
-
- org.jclouds.rackspace.clouddns.v1.domain.Subdomain
-
public class Subdomain extends Object
Subdomains are domains within a parent domain. Subdomains allow you to delegate domains. Subdomains can themselves have subdomains, so third-level, fourth-level, fifth-level, and deeper levels of nesting are possible.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
com.google.common.base.Optional<String>
getComment()
Date
getCreated()
String
getEmail()
int
getId()
String
getName()
Date
getUpdated()
int
hashCode()
String
toString()
-