public class InternalPortEvent extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
InternalPortEvent() |
protected |
InternalPortEvent(org.onosproject.net.provider.ProviderId providerId,
org.onosproject.net.DeviceId deviceId,
Timestamped<List<org.onosproject.net.device.PortDescription>> portDescriptions) |
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.DeviceId |
deviceId() |
Timestamped<List<org.onosproject.net.device.PortDescription>> |
portDescriptions() |
org.onosproject.net.provider.ProviderId |
providerId() |
String |
toString() |
protected InternalPortEvent(org.onosproject.net.provider.ProviderId providerId,
org.onosproject.net.DeviceId deviceId,
Timestamped<List<org.onosproject.net.device.PortDescription>> portDescriptions)
protected InternalPortEvent()
public org.onosproject.net.DeviceId deviceId()
public org.onosproject.net.provider.ProviderId providerId()
public Timestamped<List<org.onosproject.net.device.PortDescription>> portDescriptions()
Copyright © 2015. All rights reserved.