java.lang.Object
org.jclouds.rackspace.clouddns.v1.domain.Domain

public class Domain extends Object
A domain is an entity/container of all DNS-related information containing one or more records. Within Rackspace DNS, the account which creates the domain is the domain owner.
  • Constructor Details

  • Method Details

    • 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()
    • getAccountId

      public int getAccountId()
    • getTTL

      public int getTTL()
    • getNameservers

      public Set<String> getNameservers()
    • getSubdomains

      public Set<Subdomain> getSubdomains()
    • getRecords

      public Set<RecordDetail> getRecords()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • string

      protected com.google.common.base.MoreObjects.ToStringHelper string()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • from

      protected Domain from(Domain in)