public class DefaultSupportingNode extends org.onosproject.yang.model.InnerModelObject implements SupportingNode, org.onosproject.yang.model.MultiInstanceObject<SupportingNodeKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeSupportingNode.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected NetworkId |
networkRef |
protected NodeId |
nodeRef |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultSupportingNode()
Creates an instance of defaultSupportingNode.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(SupportingNode.LeafIdentifier leaf)
Checks if the leaf value is set.
|
NetworkId |
networkRef()
Returns the attribute networkRef.
|
void |
networkRef(NetworkId networkRef)
Sets the attribute networkRef.
|
NodeId |
nodeRef()
Returns the attribute nodeRef.
|
void |
nodeRef(NodeId nodeRef)
Sets the attribute nodeRef.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected NetworkId networkRef
protected NodeId nodeRef
protected BitSet valueLeafFlags
public DefaultSupportingNode()
public NetworkId networkRef()
SupportingNodenetworkRef in interface SupportingNodepublic NodeId nodeRef()
SupportingNodenodeRef in interface SupportingNodepublic BitSet valueLeafFlags()
SupportingNodevalueLeafFlags in interface SupportingNodepublic void networkRef(NetworkId networkRef)
SupportingNodenetworkRef in interface SupportingNodenetworkRef - value of networkRefpublic void nodeRef(NodeId nodeRef)
SupportingNodenodeRef in interface SupportingNodenodeRef - value of nodeRefpublic boolean isLeafValueSet(SupportingNode.LeafIdentifier leaf)
SupportingNodeisLeafValueSet in interface SupportingNodeleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.