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