public class DefaultNetwork extends org.onosproject.yang.model.InnerModelObject implements Network, org.onosproject.yang.model.MultiInstanceObject<NetworkKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeNetwork.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected Object |
networkRef |
protected boolean |
serverProvided |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultNetwork()
Creates an instance of defaultNetwork.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isLeafValueSet(Network.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Object |
networkRef()
Returns the attribute networkRef.
|
void |
networkRef(Object networkRef)
Sets the attribute networkRef.
|
boolean |
serverProvided()
Returns the attribute serverProvided.
|
void |
serverProvided(boolean serverProvided)
Sets the attribute serverProvided.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected boolean serverProvided
protected Object networkRef
protected BitSet valueLeafFlags
public boolean serverProvided()
NetworkserverProvided in interface Networkpublic Object networkRef()
NetworknetworkRef in interface Networkpublic BitSet valueLeafFlags()
NetworkvalueLeafFlags in interface Networkpublic void serverProvided(boolean serverProvided)
NetworkserverProvided in interface NetworkserverProvided - value of serverProvidedpublic void networkRef(Object networkRef)
NetworknetworkRef in interface NetworknetworkRef - value of networkRefpublic boolean isLeafValueSet(Network.LeafIdentifier leaf)
NetworkisLeafValueSet in interface Networkleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.