Package org.opennms.netmgt.enlinkd.model
Class IsIsLinkTopologyEntity
- java.lang.Object
-
- org.opennms.netmgt.enlinkd.model.IsIsLinkTopologyEntity
-
public class IsIsLinkTopologyEntity extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
Integer
getIsisCircIfIndex()
Integer
getIsisISAdjIndex()
String
getIsisISAdjNeighSNPAAddress()
String
getIsisISAdjNeighSysID()
Integer
getNodeId()
String
getNodeIdAsString()
String
toString()
-
-
-
Method Detail
-
getId
public Integer getId()
-
getNodeId
public Integer getNodeId()
-
getNodeIdAsString
public String getNodeIdAsString()
-
getIsisISAdjIndex
public Integer getIsisISAdjIndex()
-
getIsisCircIfIndex
public Integer getIsisCircIfIndex()
-
getIsisISAdjNeighSysID
public String getIsisISAdjNeighSysID()
-
getIsisISAdjNeighSNPAAddress
public String getIsisISAdjNeighSNPAAddress()
-
-