public class DefaultTeSrlgs extends org.onosproject.yang.model.InnerModelObject implements TeSrlgs
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeTeSrlgs.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<Srlg> |
value |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultTeSrlgs()
Creates an instance of defaultTeSrlgs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToValue(Srlg addTo)
Adds to the list of value.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(TeSrlgs.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
List<Srlg> |
value()
Returns the attribute value.
|
void |
value(List<Srlg> value)
Sets the attribute value.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic List<Srlg> value()
TeSrlgspublic BitSet valueLeafFlags()
TeSrlgsvalueLeafFlags in interface TeSrlgspublic void value(List<Srlg> value)
TeSrlgspublic void addToValue(Srlg addTo)
TeSrlgsaddToValue in interface TeSrlgsaddTo - value of valuepublic boolean isLeafValueSet(TeSrlgs.LeafIdentifier leaf)
TeSrlgsisLeafValueSet in interface TeSrlgsleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.