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.
|
short |
v4Flags()
Returns the attribute v4Flags.
|
void |
v4Flags(short v4Flags)
Sets the attribute v4Flags.
|
short |
v4PrefixLength()
Returns the attribute v4PrefixLength.
|
void |
v4PrefixLength(short v4PrefixLength)
Sets the attribute v4PrefixLength.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Ipv4Address v4Address()
short v4PrefixLength()
short v4Flags()
BitSet valueLeafFlags()
void v4Address(Ipv4Address v4Address)
v4Address - value of v4Addressvoid v4PrefixLength(short v4PrefixLength)
v4PrefixLength - value of v4PrefixLengthvoid v4Flags(short v4Flags)
v4Flags - value of v4Flagsboolean isLeafValueSet(Ipv4Address.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.