public interface SupportingLink
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
SupportingLink.LeafIdentifier
Identify the leaf of SupportingLink.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(SupportingLink.LeafIdentifier leaf)
Checks if the leaf value is set.
|
LinkId |
linkRef()
Returns the attribute linkRef.
|
void |
linkRef(LinkId linkRef)
Sets the attribute linkRef.
|
NetworkId |
networkRef()
Returns the attribute networkRef.
|
void |
networkRef(NetworkId networkRef)
Sets the attribute networkRef.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
NetworkId networkRef()
LinkId linkRef()
BitSet valueLeafFlags()
void networkRef(NetworkId networkRef)
networkRef - value of networkRefvoid linkRef(LinkId linkRef)
linkRef - value of linkRefboolean isLeafValueSet(SupportingLink.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.