public class DefaultNetworks extends org.onosproject.yang.model.InnerModelObject implements Networks
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeNetworks.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected int |
id |
protected Network |
network |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultNetworks()
Creates an instance of defaultNetworks.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
int |
id()
Returns the attribute id.
|
void |
id(int id)
Sets the attribute id.
|
boolean |
isLeafValueSet(Networks.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Network |
network()
Returns the attribute network.
|
void |
network(Network network)
Sets the attribute network.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected int id
protected BitSet valueLeafFlags
protected Network network
public int id()
Networkspublic BitSet valueLeafFlags()
NetworksvalueLeafFlags in interface Networkspublic Network network()
Networkspublic void id(int id)
Networkspublic void network(Network network)
Networkspublic boolean isLeafValueSet(Networks.LeafIdentifier leaf)
NetworksisLeafValueSet in interface Networksleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.