public class DefaultAugmentedOnChange extends org.onosproject.yang.model.InnerModelObject implements AugmentedOnChange
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeAugmentedOnChange.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<ChangeType> |
excludedChange |
protected boolean |
noSynchOnStart |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultAugmentedOnChange()
Creates an instance of defaultAugmentedOnChange.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToExcludedChange(ChangeType addTo)
Adds to the list of excludedChange.
|
boolean |
equals(Object obj) |
List<ChangeType> |
excludedChange()
Returns the attribute excludedChange.
|
void |
excludedChange(List<ChangeType> excludedChange)
Sets the attribute excludedChange.
|
int |
hashCode() |
boolean |
isLeafValueSet(AugmentedOnChange.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.
|
protected boolean noSynchOnStart
protected List<ChangeType> excludedChange
protected BitSet valueLeafFlags
public DefaultAugmentedOnChange()
public boolean noSynchOnStart()
AugmentedOnChangenoSynchOnStart in interface AugmentedOnChangepublic List<ChangeType> excludedChange()
AugmentedOnChangeexcludedChange in interface AugmentedOnChangepublic BitSet valueLeafFlags()
AugmentedOnChangevalueLeafFlags in interface AugmentedOnChangepublic void noSynchOnStart(boolean noSynchOnStart)
AugmentedOnChangenoSynchOnStart in interface AugmentedOnChangenoSynchOnStart - value of noSynchOnStartpublic void excludedChange(List<ChangeType> excludedChange)
AugmentedOnChangeexcludedChange in interface AugmentedOnChangeexcludedChange - list of excludedChangepublic void addToExcludedChange(ChangeType addTo)
AugmentedOnChangeaddToExcludedChange in interface AugmentedOnChangeaddTo - value of excludedChangepublic boolean isLeafValueSet(AugmentedOnChange.LeafIdentifier leaf)
AugmentedOnChangeisLeafValueSet in interface AugmentedOnChangeleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.