public class ConnectionPoint extends Object
Constructor and Description |
---|
ConnectionPoint(org.netxms.base.NXCPMessage msg)
Create connection point information from NXCP message
|
Modifier and Type | Method and Description |
---|---|
Object |
getData()
Get user data.
|
long |
getInterfaceId() |
int |
getInterfaceIndex() |
long |
getLocalInterfaceId() |
InetAddress |
getLocalIpAddress() |
MacAddress |
getLocalMacAddress() |
long |
getLocalNodeId() |
long |
getNodeId() |
ConnectionPointType |
getType() |
void |
setData(Object data)
Set user data.
|
public ConnectionPoint(org.netxms.base.NXCPMessage msg)
msg
- NXCP messagepublic long getNodeId()
public long getInterfaceId()
public int getInterfaceIndex()
public long getLocalNodeId()
public long getLocalInterfaceId()
public MacAddress getLocalMacAddress()
public Object getData()
public void setData(Object data)
data
- user datapublic InetAddress getLocalIpAddress()
public ConnectionPointType getType()
Copyright © 2016. All rights reserved.