Package org.jclouds.dynect.v3.domain
Class RecordId
- java.lang.Object
-
- org.jclouds.dynect.v3.domain.Node
-
- org.jclouds.dynect.v3.domain.RecordId
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RecordId.Builder<B extends RecordId.Builder<B>>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
permits equals comparisons with subtypeslong
getId()
The record idString
getType()
The RRType of the recordint
hashCode()
static RecordId.Builder<?>
recordIdBuilder()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
RecordId.Builder<?>
toBuilder()
String
toString()
-
-
-
Method Detail
-
getType
public String getType()
The RRType of the record
-
getId
public long getId()
The record id
-
equals
public boolean equals(Object obj)
permits equals comparisons with subtypes
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
recordIdBuilder
public static RecordId.Builder<?> recordIdBuilder()
-
toBuilder
public RecordId.Builder<?> toBuilder()
-
-