public class DomainRecord extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
DomainRecord.Builder<T extends DomainRecord.Builder<T>>  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
DomainRecord(String id,
            String domainname,
            String host,
            String type,
            String data,
            int ttl)  | 
| Modifier and Type | Method and Description | 
|---|---|
static DomainRecord.Builder<?> | 
builder()  | 
boolean | 
equals(Object obj)  | 
String | 
getData()  | 
String | 
getHost()  | 
String | 
getId()  | 
String | 
getname()  | 
int | 
getTtl()  | 
String | 
getType()  | 
int | 
hashCode()  | 
protected com.google.common.base.Objects.ToStringHelper | 
string()  | 
DomainRecord.Builder<?> | 
toBuilder()  | 
String | 
toString()  | 
public static DomainRecord.Builder<?> builder()
public DomainRecord.Builder<?> toBuilder()
public String getId()
DomainApipublic String getname()
public String getHost()
public String getType()
public int getTtl()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.