org.jclouds.rackspace.clouddns.v1.domain
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.
getId
public int getId()
getName
public String getName()
getEmail
public String getEmail()
getComment
public com.google.common.base.Optional<String> getComment()
getCreated
public Date getCreated()
getUpdated
public Date getUpdated()
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-2014 The Apache Software Foundation. All Rights Reserved.