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 classRecordId.Builder<B extends RecordId.Builder<B>>
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)permits equals comparisons with subtypeslonggetId()The record idStringgetType()The RRType of the recordinthashCode()static RecordId.Builder<?>recordIdBuilder()protected com.google.common.base.MoreObjects.ToStringHelperstring()RecordId.Builder<?>toBuilder()StringtoString()
-
-
-
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()
-
-