public class DefaultOnChange extends org.onosproject.yang.model.InnerModelObject implements OnChange
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeOnChange.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Timeticks |
dampeningPeriod |
protected List<ChangeType> |
excludedChange |
protected boolean |
noSynchOnStart |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultOnChange()
Creates an instance of defaultOnChange.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToExcludedChange(ChangeType addTo)
Adds to the list of excludedChange.
|
Timeticks |
dampeningPeriod()
Returns the attribute dampeningPeriod.
|
void |
dampeningPeriod(Timeticks dampeningPeriod)
Sets the attribute dampeningPeriod.
|
boolean |
equals(Object obj) |
List<ChangeType> |
excludedChange()
Returns the attribute excludedChange.
|
void |
excludedChange(List<ChangeType> excludedChange)
Sets the attribute excludedChange.
|
int |
hashCode() |
boolean |
isLeafValueSet(OnChange.LeafIdentifier leaf)
Checks if the leaf value is set.
|
boolean |
noSynchOnStart()
Returns the attribute noSynchOnStart.
|
void |
noSynchOnStart(boolean noSynchOnStart)
Sets the attribute noSynchOnStart.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected boolean noSynchOnStart
protected Timeticks dampeningPeriod
protected List<ChangeType> excludedChange
protected BitSet valueLeafFlags
public boolean noSynchOnStart()
OnChangenoSynchOnStart in interface OnChangepublic Timeticks dampeningPeriod()
OnChangedampeningPeriod in interface OnChangepublic List<ChangeType> excludedChange()
OnChangeexcludedChange in interface OnChangepublic BitSet valueLeafFlags()
OnChangevalueLeafFlags in interface OnChangepublic void noSynchOnStart(boolean noSynchOnStart)
OnChangenoSynchOnStart in interface OnChangenoSynchOnStart - value of noSynchOnStartpublic void dampeningPeriod(Timeticks dampeningPeriod)
OnChangedampeningPeriod in interface OnChangedampeningPeriod - value of dampeningPeriodpublic void excludedChange(List<ChangeType> excludedChange)
OnChangeexcludedChange in interface OnChangeexcludedChange - list of excludedChangepublic void addToExcludedChange(ChangeType addTo)
OnChangeaddToExcludedChange in interface OnChangeaddTo - value of excludedChangepublic boolean isLeafValueSet(OnChange.LeafIdentifier leaf)
OnChangeisLeafValueSet in interface OnChangeleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.