public class SwitchPort extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SwitchPort.ErrorStatus |
| Constructor and Description |
|---|
SwitchPort(org.opendaylight.controller.sal.core.NodeConnector port)
Simple constructor
|
SwitchPort(org.opendaylight.controller.sal.core.NodeConnector port,
SwitchPort.ErrorStatus errorStatus)
Simple constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SwitchPort.ErrorStatus |
getErrorStatus() |
org.opendaylight.controller.sal.core.NodeConnector |
getPort() |
int |
hashCode() |
String |
toString() |
public SwitchPort(org.opendaylight.controller.sal.core.NodeConnector port,
SwitchPort.ErrorStatus errorStatus)
switchDPID - the dpidport - the porterrorStatus - any error status for the switch portpublic SwitchPort(org.opendaylight.controller.sal.core.NodeConnector port)
switchDPID - the dpidport - the portpublic org.opendaylight.controller.sal.core.NodeConnector getPort()
public SwitchPort.ErrorStatus getErrorStatus()
Copyright © 2015. All Rights Reserved.