Class Domain
java.lang.Object
org.jclouds.rackspace.clouddns.v1.domain.Domain
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.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Domain
@ConstructorProperties({"id","name","emailAddress","comment","created","updated","accountId","ttl","nameservers","subdomains","recordsList"}) protected Domain(int id, String name, String email, @Nullable String comment, Date created, Date updated, int accountId, int ttl, @Nullable Set<String> nameservers, @Nullable Set<Subdomain> nameToSubdomain, @Nullable Set<RecordDetail> records)
-
-
Method Details
-
getId
public int getId() -
getName
-
getEmail
-
getComment
-
getCreated
-
getUpdated
-
getAccountId
public int getAccountId() -
getTTL
public int getTTL() -
getNameservers
-
getSubdomains
-
getRecords
-
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-
from
-