org.onosproject.yang.model.ModelObject.ModelObjectTypeNetwork.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected int |
ipAddress |
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 |
ipAddress()
Returns the attribute ipAddress.
|
void |
ipAddress(int ipAddress)
Sets the attribute ipAddress.
|
boolean |
isLeafValueSet(Network.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
protected int ipAddress
protected BitSet valueLeafFlags
public int ipAddress()
Networkpublic BitSet valueLeafFlags()
NetworkvalueLeafFlags in interface Networkpublic void ipAddress(int ipAddress)
Networkpublic boolean isLeafValueSet(Network.LeafIdentifier leaf)
NetworkisLeafValueSet in interface Networkleaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.