public class InternalPortStatusEvent
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
InternalPortStatusEvent() |
protected |
InternalPortStatusEvent(org.onosproject.net.provider.ProviderId providerId,
org.onosproject.net.DeviceId deviceId,
Timestamped<org.onosproject.net.device.PortDescription> portDescription) |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.DeviceId |
deviceId() |
Timestamped<org.onosproject.net.device.PortDescription> |
portDescription() |
org.onosproject.net.provider.ProviderId |
providerId() |
java.lang.String |
toString() |
protected InternalPortStatusEvent(org.onosproject.net.provider.ProviderId providerId,
org.onosproject.net.DeviceId deviceId,
Timestamped<org.onosproject.net.device.PortDescription> portDescription)
protected InternalPortStatusEvent()
public org.onosproject.net.DeviceId deviceId()
public org.onosproject.net.provider.ProviderId providerId()
public Timestamped<org.onosproject.net.device.PortDescription> portDescription()
public java.lang.String toString()
toString in class java.lang.Object