org.jclouds.dynect.v3.domain
Class Node

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

public class Node
extends Object


Constructor Summary
protected Node(String zone, String fqdn)
           
 
Method Summary
static Node create(String zone, String fqdn)
           
 boolean equals(Object obj)
           
 String getFQDN()
          Fully qualified domain name of a node in the zone
 String getZone()
          Name of the zone
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Node

@ConstructorProperties(value={"zone","fqdn"})
protected Node(String zone,
                                          String fqdn)
Method Detail

create

public static Node create(String zone,
                          String fqdn)

getZone

public String getZone()
Name of the zone


getFQDN

public String getFQDN()
Fully qualified domain name of a node in the zone


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.