public class ResourceRecord extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ResourceRecord.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
String | 
getName()
the  
dName of the record. | 
List<String> | 
getRData()
type-specific binary values. | 
int | 
getTTL()  | 
int | 
getType()
the type value. 
 | 
int | 
hashCode()  | 
static ResourceRecord.Builder | 
rrBuilder()  | 
ResourceRecord.Builder | 
toBuilder()  | 
String | 
toString()  | 
public String getName()
dName of the record.public int getType()
1 for type Apublic int getTTL()
public static ResourceRecord.Builder rrBuilder()
public ResourceRecord.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.