public interface IpAddressHop
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
IpAddressHop.LeafIdentifier
Identify the leaf of IpAddressHop.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddress |
address()
Returns the attribute address.
|
void |
address(IpAddress address)
Sets the attribute address.
|
TeHopType |
hopType()
Returns the attribute hopType.
|
void |
hopType(TeHopType hopType)
Sets the attribute hopType.
|
boolean |
isLeafValueSet(IpAddressHop.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
IpAddress address()
TeHopType hopType()
BitSet valueLeafFlags()
void address(IpAddress address)
address - value of addressvoid hopType(TeHopType hopType)
hopType - value of hopTypeboolean isLeafValueSet(IpAddressHop.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.