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