|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.linkd.LinkableNode
public class LinkableNode
LinkableNode class.
| Constructor Summary | |
|---|---|
LinkableNode(int nodeId,
String snmprimaryaddr,
String sysoid)
Constructor for LinkableNode. |
|
| Method Summary | |
|---|---|
void |
addStpInterface(BridgeStpInterface stpIface)
addStpInterface |
List<AtInterface> |
getAtInterfaces()
getAtInterfaces |
List<CdpInterface> |
getCdpInterfaces()
getCdpInterfaces |
int |
getNodeId()
getNodeId |
List<RouterInterface> |
getRouteInterfaces()
getRouteInterfaces |
String |
getSnmpPrimaryIpAddr()
getSnmpPrimaryIpAddr |
HashMap<String,List<BridgeStpInterface>> |
getStpInterfaces()
getStpInterfaces |
String |
getSysoid()
getSysoid |
List<Vlan> |
getVlans()
Getter for the field vlans. |
boolean |
hasAtInterfaces()
hasAtInterfaces |
boolean |
hasCdpInterfaces()
hasCdpInterfaces |
boolean |
hasRouteInterfaces()
hasRouteInterfaces |
boolean |
isBridgeNode()
isBridgeNode |
void |
setAtInterfaces(List<AtInterface> m_atinterfaces)
setAtInterfaces |
void |
setCdpInterfaces(List<CdpInterface> m_cdpinterfaces)
setCdpInterfaces |
void |
setRouteInterfaces(List<RouterInterface> m_routeinterfaces)
setRouteInterfaces |
void |
setStpInterfaces(HashMap<String,List<BridgeStpInterface>> stpInterfaces)
setStpInterfaces |
void |
setSysoid(String m_sysoid)
setSysoid |
void |
setVlans(List<Vlan> vlans)
Setter for the field vlans. |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LinkableNode(int nodeId,
String snmprimaryaddr,
String sysoid)
Constructor for LinkableNode.
nodeId - a int.snmprimaryaddr - a String object.sysoid - a String object.| Method Detail |
|---|
public String toString()
toString
toString in class ObjectString object.public int getNodeId()
getNodeId
public String getSnmpPrimaryIpAddr()
getSnmpPrimaryIpAddr
String object.public List<CdpInterface> getCdpInterfaces()
getCdpInterfaces
public void setCdpInterfaces(List<CdpInterface> m_cdpinterfaces)
setCdpInterfaces
m_cdpinterfaces - The m_cdpinterfaces to set.public boolean hasCdpInterfaces()
hasCdpInterfaces
public List<RouterInterface> getRouteInterfaces()
getRouteInterfaces
public void setRouteInterfaces(List<RouterInterface> m_routeinterfaces)
setRouteInterfaces
m_routeinterfaces - a List object.public boolean hasAtInterfaces()
hasAtInterfaces
public List<AtInterface> getAtInterfaces()
getAtInterfaces
public void setAtInterfaces(List<AtInterface> m_atinterfaces)
setAtInterfaces
m_atinterfaces - a List object.public boolean hasRouteInterfaces()
hasRouteInterfaces
public boolean isBridgeNode()
isBridgeNode
public HashMap<String,List<BridgeStpInterface>> getStpInterfaces()
getStpInterfaces
public void setStpInterfaces(HashMap<String,List<BridgeStpInterface>> stpInterfaces)
setStpInterfaces
stpInterfaces - The stpInterfaces to set.public void addStpInterface(BridgeStpInterface stpIface)
addStpInterface
stpIface - a BridgeStpInterface object.public String getSysoid()
getSysoid
String object.public void setSysoid(String m_sysoid)
setSysoid
m_sysoid - a String object.public List<Vlan> getVlans()
Getter for the field vlans.
List object.public void setVlans(List<Vlan> vlans)
Setter for the field vlans.
vlans - a List object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||