public class Node extends Object
protected
Node(String zone, String fqdn)
static Node
create(String zone, String fqdn)
boolean
equals(Object obj)
String
getFQDN()
getZone()
int
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@ConstructorProperties(value={"zone","fqdn"}) protected Node(String zone, String fqdn)
public static Node create(String zone, String fqdn)
public String getZone()
public String getFQDN()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.