public class DefaultSupportingNetwork extends org.onosproject.yang.model.InnerModelObject implements SupportingNetwork, org.onosproject.yang.model.MultiInstanceObject<SupportingNetworkKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeSupportingNetwork.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected NetworkId |
networkRef |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultSupportingNetwork()
Creates an instance of defaultSupportingNetwork.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(SupportingNetwork.LeafIdentifier leaf)
Checks if the leaf value is set.
|
NetworkId |
networkRef()
Returns the attribute networkRef.
|
void |
networkRef(NetworkId networkRef)
Sets the attribute networkRef.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected NetworkId networkRef
protected BitSet valueLeafFlags
public DefaultSupportingNetwork()
public NetworkId networkRef()
SupportingNetworknetworkRef in interface SupportingNetworkpublic BitSet valueLeafFlags()
SupportingNetworkvalueLeafFlags in interface SupportingNetworkpublic void networkRef(NetworkId networkRef)
SupportingNetworknetworkRef in interface SupportingNetworknetworkRef - value of networkRefpublic boolean isLeafValueSet(SupportingNetwork.LeafIdentifier leaf)
SupportingNetworkisLeafValueSet in interface SupportingNetworkleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.