Class Node
- java.lang.Object
-
- org.opennms.netmgt.enlinkd.service.api.Node
-
public class Node extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getLabel()
String
getLocation()
int
getNodeId()
String
getNodeidAsString()
InetAddress
getSnmpPrimaryIpAddr()
String
getSysname()
String
getSysoid()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
Node
public Node(int nodeId, String label, InetAddress snmpPrimaryAddr, String sysoid, String sysname, String location)
-
-
Method Detail
-
getLocation
public String getLocation()
-
getNodeId
public int getNodeId()
-
getNodeidAsString
public String getNodeidAsString()
-
getSnmpPrimaryIpAddr
public InetAddress getSnmpPrimaryIpAddr()
-
getSysoid
public String getSysoid()
-
getSysname
public String getSysname()
-
getLabel
public String getLabel()
-
-