public class Node extends Object
Constructor and Description |
---|
Node(int nodeId,
String label,
InetAddress snmpPrimaryAddr,
String sysoid,
String sysname,
String location) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getLabel() |
String |
getLocation() |
int |
getNodeId() |
String |
getNodeidAsString() |
InetAddress |
getSnmpPrimaryIpAddr() |
String |
getSysname() |
String |
getSysoid() |
int |
hashCode() |
String |
toString() |
public Node(int nodeId, String label, InetAddress snmpPrimaryAddr, String sysoid, String sysname, String location)
public String getLocation()
public int getNodeId()
public String getNodeidAsString()
public InetAddress getSnmpPrimaryIpAddr()
public String getSysoid()
public String getSysname()
public String getLabel()
Copyright © 2021. All rights reserved.