public interface Addresses
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Addresses.LeafIdentifier
Identify the leaf of Addresses.
|
| Modifier and Type | Method and Description |
|---|---|
Ipv4Address |
customerAddress()
Returns the attribute customerAddress.
|
void |
customerAddress(Ipv4Address customerAddress)
Sets the attribute customerAddress.
|
boolean |
isLeafValueSet(Addresses.LeafIdentifier leaf)
Checks if the leaf value is set.
|
short |
mask()
Returns the attribute mask.
|
void |
mask(short mask)
Sets the attribute mask.
|
Ipv4Address |
providerAddress()
Returns the attribute providerAddress.
|
void |
providerAddress(Ipv4Address providerAddress)
Sets the attribute providerAddress.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Ipv4Address providerAddress()
Ipv4Address customerAddress()
short mask()
BitSet valueLeafFlags()
void providerAddress(Ipv4Address providerAddress)
providerAddress - value of providerAddressvoid customerAddress(Ipv4Address customerAddress)
customerAddress - value of customerAddressvoid mask(short mask)
mask - value of maskboolean isLeafValueSet(Addresses.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.