Package org.opennms.netmgt.enlinkd.model
Class OspfLinkTopologyEntity
- java.lang.Object
-
- org.opennms.netmgt.enlinkd.model.OspfLinkTopologyEntity
-
public class OspfLinkTopologyEntity extends Object
-
-
Constructor Summary
Constructors Constructor Description OspfLinkTopologyEntity(Integer id, Integer nodeId, InetAddress ospfIpAddr, InetAddress ospfIpMask, InetAddress ospfRemIpAddr, Integer ospfIfIndex)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OspfLinkTopologyEntity
create(OspfLink link)
Integer
getId()
Integer
getNodeId()
String
getNodeIdAsString()
Integer
getOspfIfIndex()
InetAddress
getOspfIpAddr()
InetAddress
getOspfIpMask()
InetAddress
getOspfRemIpAddr()
String
toString()
-
-
-
Constructor Detail
-
OspfLinkTopologyEntity
public OspfLinkTopologyEntity(Integer id, Integer nodeId, InetAddress ospfIpAddr, InetAddress ospfIpMask, InetAddress ospfRemIpAddr, Integer ospfIfIndex)
-
-
Method Detail
-
create
public static OspfLinkTopologyEntity create(OspfLink link)
-
getId
public Integer getId()
-
getNodeId
public Integer getNodeId()
-
getNodeIdAsString
public String getNodeIdAsString()
-
getOspfIpAddr
public InetAddress getOspfIpAddr()
-
getOspfRemIpAddr
public InetAddress getOspfRemIpAddr()
-
getOspfIfIndex
public Integer getOspfIfIndex()
-
getOspfIpMask
public InetAddress getOspfIpMask()
-
-