public class DefaultNetworksState extends org.onosproject.yang.model.InnerModelObject implements NetworksState
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultNetworksState()
Creates an instance of defaultNetworksState.
|
| 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 DefaultNetworksState()
public List<Network> network()
NetworksStatenetwork in interface NetworksStatepublic void network(List<Network> network)
NetworksStatenetwork in interface NetworksStatenetwork - list of networkpublic void addToNetwork(Network addTo)
NetworksStateaddToNetwork in interface NetworksStateaddTo - value of networkCopyright © 2017. All rights reserved.