public class PcepHopNodeDescription extends Object
| Constructor and Description |
|---|
PcepHopNodeDescription() |
| Modifier and Type | Method and Description |
|---|---|
PcepDpid |
getDeviceId()
Get the pcepdpid of a node.
|
long |
getPortNum()
Get the port number of a node.
|
void |
setDeviceId(PcepDpid deviceId)
Set the pcepdpid of a node.
|
void |
setPortNum(long portNum)
Set the port number of a node.
|
public PcepDpid getDeviceId()
public void setDeviceId(PcepDpid deviceId)
deviceId - pcep dpid of a node.public long getPortNum()
public void setPortNum(long portNum)
portNum - port number of a node.