public class Domain extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Domain.Format  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
Domain(int id,
      String name,
      String email,
      String comment,
      Date created,
      Date updated,
      int accountId,
      int ttl,
      Set<String> nameservers,
      Set<Subdomain> nameToSubdomain,
      Set<RecordDetail> records)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
protected Domain | 
from(Domain in)  | 
int | 
getAccountId()  | 
com.google.common.base.Optional<String> | 
getComment()  | 
Date | 
getCreated()  | 
String | 
getEmail()  | 
int | 
getId()  | 
String | 
getName()  | 
Set<String> | 
getNameservers()  | 
Set<RecordDetail> | 
getRecords()  | 
Set<Subdomain> | 
getSubdomains()  | 
int | 
getTTL()  | 
Date | 
getUpdated()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
String | 
toString()  | 
@ConstructorProperties(value={"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)
public int getId()
public String getName()
public String getEmail()
public com.google.common.base.Optional<String> getComment()
public Date getCreated()
public Date getUpdated()
public int getAccountId()
public int getTTL()
public Set<RecordDetail> getRecords()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.