public interface IpAddress extends Type, org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IpAddress.LeafIdentifier
Identify the leaf of IpAddress.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
ipAddress()
Returns the attribute ipAddress.
|
void |
ipAddress(IpAddress ipAddress)
Sets the attribute ipAddress.
|
byte[] |
ipFlags()
Returns the attribute ipFlags.
|
void |
ipFlags(byte[] ipFlags)
Sets the attribute ipFlags.
|
boolean |
isLeafValueSet(IpAddress.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
IpAddress ipAddress()
byte[] ipFlags()
BitSet valueLeafFlags()
void ipAddress(IpAddress ipAddress)
ipAddress - value of ipAddressvoid ipFlags(byte[] ipFlags)
ipFlags - value of ipFlagsboolean isLeafValueSet(IpAddress.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.