public interface Device
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Device.LeafIdentifier
Identify the leaf of Device.
|
| 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 |
isLeafValueSet(Device.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
reqEndDateTime()
Returns the attribute reqEndDateTime.
|
void |
reqEndDateTime(String reqEndDateTime)
Sets the attribute reqEndDateTime.
|
String |
reqStartDateTime()
Returns the attribute reqStartDateTime.
|
void |
reqStartDateTime(String reqStartDateTime)
Sets the attribute reqStartDateTime.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String reqStartDateTime()
String reqEndDateTime()
BitSet valueLeafFlags()
void reqStartDateTime(String reqStartDateTime)
reqStartDateTime - value of reqStartDateTimevoid reqEndDateTime(String reqEndDateTime)
reqEndDateTime - value of reqEndDateTimevoid device(List<Device> device)
device - list of devicevoid addToDevice(Device addTo)
addTo - value of deviceboolean isLeafValueSet(Device.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.