Package org.netxms.client.topology
Class ArpCacheEntry
java.lang.Object
org.netxms.client.topology.ArpCacheEntry
ARP cache entry
- 
Constructor SummaryConstructorsConstructorDescriptionArpCacheEntry(NXCPMessage msg, long baseId) Create ARP cache entry from NXCP message.
- 
Method Summary
- 
Constructor Details- 
ArpCacheEntryCreate ARP cache entry from NXCP message.- Parameters:
- msg- NXCP message
- baseId- base field id
 
 
- 
- 
Method Details- 
getIpAddressGet IP address.- Returns:
- IP address
 
- 
getMacAddressGet MAC address.- Returns:
- MAC address
 
- 
getInterfaceIndexpublic int getInterfaceIndex()- Returns:
- the interfaceIndex
 
- 
getInterfaceName- Returns:
- the interfaceName
 
- 
getNodeIdpublic long getNodeId()- Returns:
- the nodeId
 
- 
getNodeName- Returns:
- the nodeName
 
- 
toString
 
-