public class InternalDeviceOfflineEvent extends Object
| Constructor and Description |
|---|
InternalDeviceOfflineEvent(org.onosproject.net.DeviceId deviceId,
org.onosproject.store.Timestamp timestamp)
Creates a InternalDeviceOfflineEvent.
|
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.DeviceId |
deviceId() |
org.onosproject.store.Timestamp |
timestamp() |
String |
toString() |
public InternalDeviceOfflineEvent(org.onosproject.net.DeviceId deviceId,
org.onosproject.store.Timestamp timestamp)
deviceId - identifier of device going offline.timestamp - timestamp of when the device went offline.Copyright © 2016. All rights reserved.