|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.linkd.CdpInterface
public class CdpInterface
CdpInterface class.
| Method Summary | |
|---|---|
int |
getCdpIfIndex()
Getter for the field cdpIfIndex. |
int |
getCdpTargetIfIndex()
Getter for the field cdpTargetIfIndex. |
InetAddress |
getCdpTargetIpAddr()
Getter for the field cdpTargetIpAddr. |
int |
getCdpTargetNodeId()
Getter for the field cdpTargetNodeId. |
void |
setCdpTargetIfIndex(int ifindex)
Setter for the field cdpTargetIfIndex. |
void |
setCdpTargetIpAddr(InetAddress cdpTargetIpAddr)
Setter for the field cdpTargetIpAddr. |
void |
setCdpTargetNodeId(int cdpTargetNodeId)
Setter for the field cdpTargetNodeId. |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public int getCdpIfIndex()
Getter for the field cdpIfIndex.
public int getCdpTargetIfIndex()
Getter for the field cdpTargetIfIndex.
public void setCdpTargetIfIndex(int ifindex)
Setter for the field cdpTargetIfIndex.
ifindex - a int.public InetAddress getCdpTargetIpAddr()
Getter for the field cdpTargetIpAddr.
public void setCdpTargetIpAddr(InetAddress cdpTargetIpAddr)
Setter for the field cdpTargetIpAddr.
cdpTargetIpAddr - The cdpTargetIpAddr to set.public int getCdpTargetNodeId()
Getter for the field cdpTargetNodeId.
public void setCdpTargetNodeId(int cdpTargetNodeId)
Setter for the field cdpTargetNodeId.
cdpTargetNodeId - The cdpTargetNodeId to set.public String toString()
toString
toString in class ObjectString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||