Class InternalDeviceEvent
- java.lang.Object
-
- org.onosproject.store.device.impl.InternalDeviceEvent
-
public class InternalDeviceEvent extends java.lang.ObjectInformation published by GossipDeviceStore to notify peers of a device change event.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedInternalDeviceEvent()protectedInternalDeviceEvent(org.onosproject.net.provider.ProviderId providerId, org.onosproject.net.DeviceId deviceId, Timestamped<org.onosproject.net.device.DeviceDescription> deviceDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Timestamped<org.onosproject.net.device.DeviceDescription>deviceDescription()org.onosproject.net.DeviceIddeviceId()org.onosproject.net.provider.ProviderIdproviderId()java.lang.StringtoString()
-
-
-
Constructor Detail
-
InternalDeviceEvent
protected InternalDeviceEvent(org.onosproject.net.provider.ProviderId providerId, org.onosproject.net.DeviceId deviceId, Timestamped<org.onosproject.net.device.DeviceDescription> deviceDescription)
-
InternalDeviceEvent
protected InternalDeviceEvent()
-
-
Method Detail
-
deviceId
public org.onosproject.net.DeviceId deviceId()
-
providerId
public org.onosproject.net.provider.ProviderId providerId()
-
deviceDescription
public Timestamped<org.onosproject.net.device.DeviceDescription> deviceDescription()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-