public interface HierarchicalLinkId
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HierarchicalLinkId.LeafIdentifier
Identify the leaf of HierarchicalLinkId.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(HierarchicalLinkId.LeafIdentifier leaf)
Checks if the leaf value is set.
|
TeTpId |
localTeLinkTpId()
Returns the attribute localTeLinkTpId.
|
void |
localTeLinkTpId(TeTpId localTeLinkTpId)
Sets the attribute localTeLinkTpId.
|
TeNodeId |
localTeNodeId()
Returns the attribute localTeNodeId.
|
void |
localTeNodeId(TeNodeId localTeNodeId)
Sets the attribute localTeNodeId.
|
TeNodeId |
remoteTeNodeId()
Returns the attribute remoteTeNodeId.
|
void |
remoteTeNodeId(TeNodeId remoteTeNodeId)
Sets the attribute remoteTeNodeId.
|
TeTopologyId |
teTopologyId()
Returns the attribute teTopologyId.
|
void |
teTopologyId(TeTopologyId teTopologyId)
Sets the attribute teTopologyId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
TeNodeId localTeNodeId()
TeTpId localTeLinkTpId()
TeNodeId remoteTeNodeId()
TeTopologyId teTopologyId()
BitSet valueLeafFlags()
void localTeNodeId(TeNodeId localTeNodeId)
localTeNodeId - value of localTeNodeIdvoid localTeLinkTpId(TeTpId localTeLinkTpId)
localTeLinkTpId - value of localTeLinkTpIdvoid remoteTeNodeId(TeNodeId remoteTeNodeId)
remoteTeNodeId - value of remoteTeNodeIdvoid teTopologyId(TeTopologyId teTopologyId)
teTopologyId - value of teTopologyIdboolean isLeafValueSet(HierarchicalLinkId.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.