Modifier and Type | Class and Description |
---|---|
static class |
Record.Builder<D extends Map<String,Object>,B extends Record.Builder<D,B>> |
Modifier | Constructor and Description |
---|---|
protected |
Record(String zone,
String fqdn,
String type,
long id,
int ttl,
D rdata) |
Modifier and Type | Method and Description |
---|---|
static <D extends Map<String,Object>> |
builder() |
D |
getRData()
RData defining the record; corresponds to binary master format.
|
int |
getTTL()
The current ttl of the record or zero if default for the zone
|
protected com.google.common.base.Objects.ToStringHelper |
string() |
Record.Builder<D,?> |
toBuilder() |
public int getTTL()
public D getRData()
protected com.google.common.base.Objects.ToStringHelper string()
public static <D extends Map<String,Object>> Record.Builder<D,?> builder()
public Record.Builder<D,?> toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.