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.
| Constructor and Description |
|---|
DefaultNetworks()
Creates an instance of defaultNetworks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToNetwork(Network addTo)
Adds to the list of network.
|
boolean |
equals(Object obj) |
int |
hashCode() |
List<Network> |
network()
Returns the attribute network.
|
void |
network(List<Network> network)
Sets the attribute network.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationpublic List<Network> network()
Networkspublic void network(List<Network> network)
Networkspublic void addToNetwork(Network addTo)
NetworksaddToNetwork in interface NetworksaddTo - value of networkCopyright © 2018. All rights reserved.