org.jclouds.dynect.v3.domain
Class RecordId

java.lang.Object
  extended by org.jclouds.dynect.v3.domain.Node
      extended by org.jclouds.dynect.v3.domain.RecordId
Direct Known Subclasses:
Record

public class RecordId
extends Node


Nested Class Summary
static class RecordId.Builder<B extends RecordId.Builder<B>>
           
 
Method Summary
 boolean equals(Object obj)
          permits equals comparisons with subtypes
 long getId()
          The record id
 String getType()
          The RRType of the record
 int hashCode()
           
static RecordId.Builder<?> recordIdBuilder()
           
protected  com.google.common.base.Objects.ToStringHelper string()
           
 RecordId.Builder<?> toBuilder()
           
 String toString()
           
 
Methods inherited from class org.jclouds.dynect.v3.domain.Node
create, getFQDN, getZone
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.