public interface Periodic extends UpdateTrigger, org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Periodic.LeafIdentifier
Identify the leaf of Periodic.
|
| Modifier and Type | Method and Description |
|---|---|
DateAndTime |
anchorTime()
Returns the attribute anchorTime.
|
void |
anchorTime(DateAndTime anchorTime)
Sets the attribute anchorTime.
|
boolean |
isLeafValueSet(Periodic.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Timeticks |
period()
Returns the attribute period.
|
void |
period(Timeticks period)
Sets the attribute period.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Timeticks period()
DateAndTime anchorTime()
BitSet valueLeafFlags()
void period(Timeticks period)
period - value of periodvoid anchorTime(DateAndTime anchorTime)
anchorTime - value of anchorTimeboolean isLeafValueSet(Periodic.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.