public class DefaultSoo extends org.onosproject.yang.model.InnerModelObject implements Soo
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeSoo.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected boolean |
sooEnabled |
protected String |
sooValue |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultSoo()
Creates an instance of defaultSoo.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Soo.LeafIdentifier leaf)
Checks if the leaf value is set.
|
boolean |
sooEnabled()
Returns the attribute sooEnabled.
|
void |
sooEnabled(boolean sooEnabled)
Sets the attribute sooEnabled.
|
String |
sooValue()
Returns the attribute sooValue.
|
void |
sooValue(String sooValue)
Sets the attribute sooValue.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected boolean sooEnabled
protected String sooValue
protected BitSet valueLeafFlags
public boolean sooEnabled()
SoosooEnabled in interface Soopublic String sooValue()
Soopublic BitSet valueLeafFlags()
SoovalueLeafFlags in interface Soopublic void sooEnabled(boolean sooEnabled)
SoosooEnabled in interface SoosooEnabled - value of sooEnabledpublic void sooValue(String sooValue)
Soopublic boolean isLeafValueSet(Soo.LeafIdentifier leaf)
SooisLeafValueSet in interface Sooleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.