Package org.onosproject.net
Class DefaultDevice.DeviceDriverData
- java.lang.Object
-
- org.onosproject.net.AbstractProjectableModel.AnnotationDriverData
-
- org.onosproject.net.DefaultDevice.DeviceDriverData
-
- All Implemented Interfaces:
Annotations
,DriverData
,MutableAnnotations
- Enclosing class:
- DefaultDevice
protected class DefaultDevice.DeviceDriverData extends AbstractProjectableModel.AnnotationDriverData
Projection of the parent entity as a driver data entity.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
DeviceDriverData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceId
deviceId()
Returns the device identifier.-
Methods inherited from class org.onosproject.net.AbstractProjectableModel.AnnotationDriverData
clear, driver, keys, set, value
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.onosproject.net.driver.DriverData
behaviour
-
-
-
-
Method Detail
-
deviceId
public DeviceId deviceId()
Description copied from interface:DriverData
Returns the device identifier.- Specified by:
deviceId
in interfaceDriverData
- Overrides:
deviceId
in classAbstractProjectableModel.AnnotationDriverData
- Returns:
- device identifier
-
-