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