public interface Networks
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Networks.LeafIdentifier
Identify the leaf of Networks.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int id()
BitSet valueLeafFlags()
Network network()
void id(int id)
id - value of idvoid network(Network network)
network - value of networkboolean isLeafValueSet(Networks.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.