public class CdpInterface extends Object
CdpInterface class.
Modifier and Type | Method and Description |
---|---|
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
|
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.Copyright © 2015. All Rights Reserved.