public class DefaultYtbmultilist extends org.onosproject.yang.model.InnerModelObject implements Ytbmultilist, org.onosproject.yang.model.MultiInstanceObject<YtbmultilistKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeYtbmultilist.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected List<BigInteger> |
check |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultYtbmultilist()
Creates an instance of defaultYtbmultilist.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToCheck(BigInteger addTo)
Adds to the list of check.
|
List<BigInteger> |
check()
Returns the attribute check.
|
void |
check(List<BigInteger> check)
Sets the attribute check.
|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Ytbmultilist.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected List<BigInteger> check
protected BitSet valueLeafFlags
public DefaultYtbmultilist()
public List<BigInteger> check()
Ytbmultilistcheck in interface Ytbmultilistpublic BitSet valueLeafFlags()
YtbmultilistvalueLeafFlags in interface Ytbmultilistpublic void check(List<BigInteger> check)
Ytbmultilistcheck in interface Ytbmultilistcheck - list of checkpublic void addToCheck(BigInteger addTo)
YtbmultilistaddToCheck in interface YtbmultilistaddTo - value of checkpublic boolean isLeafValueSet(Ytbmultilist.LeafIdentifier leaf)
YtbmultilistisLeafValueSet in interface Ytbmultilistleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.