Modifier and Type | Class and Description |
---|---|
static class |
RecordId.Builder<B extends RecordId.Builder<B>> |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
permits equals comparisons with subtypes
|
String |
getFQDN()
Fully qualified domain name of a node in the zone
|
long |
getId()
The record id
|
String |
getType()
The RRType of the record
|
String |
getZone()
Name of the zone
|
int |
hashCode() |
static RecordId.Builder<?> |
recordIdBuilder() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
RecordId.Builder<?> |
toBuilder() |
String |
toString() |
public String getZone()
public String getFQDN()
public String getType()
public long getId()
public boolean equals(Object obj)
protected com.google.common.base.Objects.ToStringHelper string()
public static RecordId.Builder<?> recordIdBuilder()
public RecordId.Builder<?> toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.