org.jclouds.rackspace.clouddns.v1.domain
Class Subdomain

java.lang.Object
  extended by 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
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.