org.onosproject.yang.model.ModelObject.ModelObjectTypeNetwork.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected int |
ip |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultNetwork()
Creates an instance of defaultNetwork.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
int |
ip()
Returns the attribute ip.
|
void |
ip(int ip)
Sets the attribute ip.
|
boolean |
isLeafValueSet(Network.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected int ip
protected BitSet valueLeafFlags
public int ip()
Networkpublic BitSet valueLeafFlags()
NetworkvalueLeafFlags in interface Networkpublic void ip(int ip)
Networkpublic boolean isLeafValueSet(Network.LeafIdentifier leaf)
NetworkisLeafValueSet in interface Networkleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.