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