public class DefaultPeriodic extends org.onosproject.yang.model.InnerModelObject implements Periodic
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypePeriodic.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected DateAndTime |
anchorTime |
protected Timeticks |
period |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultPeriodic()
Creates an instance of defaultPeriodic.
|
| Modifier and Type | Method and Description |
|---|---|
DateAndTime |
anchorTime()
Returns the attribute anchorTime.
|
void |
anchorTime(DateAndTime anchorTime)
Sets the attribute anchorTime.
|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Timeticks period
protected DateAndTime anchorTime
protected BitSet valueLeafFlags
public Timeticks period()
Periodicpublic DateAndTime anchorTime()
PeriodicanchorTime in interface Periodicpublic BitSet valueLeafFlags()
PeriodicvalueLeafFlags in interface Periodicpublic void period(Timeticks period)
Periodicpublic void anchorTime(DateAndTime anchorTime)
PeriodicanchorTime in interface PeriodicanchorTime - value of anchorTimepublic boolean isLeafValueSet(Periodic.LeafIdentifier leaf)
PeriodicisLeafValueSet in interface Periodicleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.