org.sdnplatform.sync.internal.config
Class Node
java.lang.Object
org.sdnplatform.sync.internal.config.Node
public class Node
- extends java.lang.Object
Represent a node in the synchronization system
- Author:
- readams
Constructor Summary |
Node(java.lang.String hostname,
int port,
short nodeId,
short domainId)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Node
public Node(java.lang.String hostname,
int port,
short nodeId,
short domainId)
getHostname
public java.lang.String getHostname()
getPort
public int getPort()
getNodeId
public short getNodeId()
getDomainId
public short getDomainId()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object