public class DefaultDevice extends org.onosproject.yang.model.InnerModelObject implements Device
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultDevice()
Creates an instance of defaultDevice.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToDevice(Device addTo)
Adds to the list of device.
|
List<Device> |
device()
Returns the attribute device.
|
void |
device(List<Device> device)
Sets the attribute device.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationpublic List<Device> device()
Devicepublic void device(List<Device> device)
Devicepublic void addToDevice(Device addTo)
DeviceaddToDevice in interface DeviceaddTo - value of deviceCopyright © 2017. All rights reserved.