public class OspfLinkTopologyEntity extends Object
Constructor and Description |
---|
OspfLinkTopologyEntity(Integer id,
Integer nodeId,
InetAddress ospfIpAddr,
InetAddress ospfRemIpAddr,
Integer ospfIfIndex) |
Modifier and Type | Method and Description |
---|---|
static OspfLinkTopologyEntity |
create(OspfLink link) |
Integer |
getId() |
Integer |
getNodeId() |
String |
getNodeIdAsString() |
Integer |
getOspfIfIndex() |
InetAddress |
getOspfIpAddr() |
InetAddress |
getOspfRemIpAddr() |
String |
toString() |
public OspfLinkTopologyEntity(Integer id, Integer nodeId, InetAddress ospfIpAddr, InetAddress ospfRemIpAddr, Integer ospfIfIndex)
public static OspfLinkTopologyEntity create(OspfLink link)
public Integer getId()
public Integer getNodeId()
public String getNodeIdAsString()
public InetAddress getOspfIpAddr()
public InetAddress getOspfRemIpAddr()
public Integer getOspfIfIndex()
Copyright © 2019. All rights reserved.