public interface Ipv4Address extends Type, org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Ipv4Address.LeafIdentifier
Identify the leaf of Ipv4Address.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Ipv4Address.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Ipv4Address |
v4Address()
Returns the attribute v4Address.
|
void |
v4Address(Ipv4Address v4Address)
Sets the attribute v4Address.
|
boolean |
v4Loose()
Returns the attribute v4Loose.
|
void |
v4Loose(boolean v4Loose)
Sets the attribute v4Loose.
|
short |
v4PrefixLength()
Returns the attribute v4PrefixLength.
|
void |
v4PrefixLength(short v4PrefixLength)
Sets the attribute v4PrefixLength.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Ipv4Address v4Address()
short v4PrefixLength()
boolean v4Loose()
BitSet valueLeafFlags()
void v4Address(Ipv4Address v4Address)
v4Address - value of v4Addressvoid v4PrefixLength(short v4PrefixLength)
v4PrefixLength - value of v4PrefixLengthvoid v4Loose(boolean v4Loose)
v4Loose - value of v4Looseboolean isLeafValueSet(Ipv4Address.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.