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. |
com.google.common.primitives.UnsignedInteger |
getTTL() |
com.google.common.primitives.UnsignedInteger |
getType()
the type value.
|
int |
hashCode() |
static ResourceRecord.Builder |
rrBuilder() |
ResourceRecord.Builder |
toBuilder() |
String |
toString() |
public String getName()
dName
of the record.public com.google.common.primitives.UnsignedInteger getType()
1
for type A
public com.google.common.primitives.UnsignedInteger getTTL()
public static ResourceRecord.Builder rrBuilder()
public ResourceRecord.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.