org.jclouds.dynect.v3.domain
Class RecordId
java.lang.Object
org.jclouds.dynect.v3.domain.Node
org.jclouds.dynect.v3.domain.RecordId
- Direct Known Subclasses:
- Record
public class RecordId
- extends Node
getType
public String getType()
- The RRType of the record
getId
public long getId()
- The record id
hashCode
public int hashCode()
- Overrides:
hashCode in class Node
equals
public boolean equals(Object obj)
- permits equals comparisons with subtypes
- Overrides:
equals in class Node
toString
public String toString()
- Overrides:
toString in class Node
string
protected com.google.common.base.Objects.ToStringHelper string()
recordIdBuilder
public static RecordId.Builder<?> recordIdBuilder()
toBuilder
public RecordId.Builder<?> toBuilder()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.