Class Node
- java.lang.Object
-
- org.opennms.features.topology.netutils.internal.Node
-
public class Node extends Object
The Node class constructs an object which contains all necessary information and methods for a server or machine in a network- Author:
- Leonardo Bell, Philip Grenon
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIPAddress()
String
getLabel()
int
getNodeID()
void
setIPAddress(String ip)
void
setLabel(String label)
void
setNodeID(int nodeID)
-