public interface Result
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Result.LeafIdentifier
Identify the leaf of Result.
|
| Modifier and Type | Method and Description |
|---|---|
short |
id()
Returns the attribute id.
|
void |
id(short id)
Sets the attribute id.
|
boolean |
isLeafValueSet(Result.LeafIdentifier leaf)
Checks if the leaf value is set.
|
P2PprimaryPaths |
p2PprimaryPaths()
Returns the attribute p2PprimaryPaths.
|
void |
p2PprimaryPaths(P2PprimaryPaths p2PprimaryPaths)
Sets the attribute p2PprimaryPaths.
|
P2PsecondaryPaths |
p2PsecondaryPaths()
Returns the attribute p2PsecondaryPaths.
|
void |
p2PsecondaryPaths(P2PsecondaryPaths p2PsecondaryPaths)
Sets the attribute p2PsecondaryPaths.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
short id()
BitSet valueLeafFlags()
P2PprimaryPaths p2PprimaryPaths()
P2PsecondaryPaths p2PsecondaryPaths()
void id(short id)
id - value of idvoid p2PprimaryPaths(P2PprimaryPaths p2PprimaryPaths)
p2PprimaryPaths - value of p2PprimaryPathsvoid p2PsecondaryPaths(P2PsecondaryPaths p2PsecondaryPaths)
p2PsecondaryPaths - value of p2PsecondaryPathsboolean isLeafValueSet(Result.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.