public class RecordDetail extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RecordDetail.Builder |
Modifier and Type | Method and Description |
---|---|
static RecordDetail.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getComment() |
Date |
getCreated()
When this record was created.
|
String |
getData() |
String |
getId() |
String |
getName() |
Integer |
getPriority() |
Record |
getRecord()
The Record.
|
int |
getTTL() |
String |
getType() |
Date |
getUpdated()
When this record was updated.
|
int |
hashCode() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
RecordDetail.Builder |
toBuilder() |
String |
toString() |
public String getId()
public Date getCreated()
public Date getUpdated()
public Record getRecord()
public String getName()
Record.Builder.name(String)
public String getType()
Record.Builder.type(String)
public int getTTL()
Record.Builder#ttl(Integer)
public String getData()
Record.Builder.data(String)
public Integer getPriority()
Record.Builder.priority(Integer)
public String getComment()
Record.Builder.comment(String)
protected com.google.common.base.Objects.ToStringHelper string()
public static RecordDetail.Builder builder()
public RecordDetail.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.