public interface YangAutoPrefixClass
| Modifier and Type | Interface and Description |
|---|---|
static class |
YangAutoPrefixClass.LeafIdentifier
Identify the leaf of YangAutoPrefixClass.
|
| Modifier and Type | Method and Description |
|---|---|
String |
classId()
Returns the attribute classId.
|
void |
classId(String classId)
Sets the attribute classId.
|
short |
guaranteedBwPercent()
Returns the attribute guaranteedBwPercent.
|
void |
guaranteedBwPercent(short guaranteedBwPercent)
Sets the attribute guaranteedBwPercent.
|
boolean |
isLeafValueSet(YangAutoPrefixClass.LeafIdentifier leaf)
Checks if the leaf value is set.
|
short |
priorityLevel()
Returns the attribute priorityLevel.
|
void |
priorityLevel(short priorityLevel)
Sets the attribute priorityLevel.
|
short |
rateLimit()
Returns the attribute rateLimit.
|
void |
rateLimit(short rateLimit)
Sets the attribute rateLimit.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String classId()
short rateLimit()
short priorityLevel()
short guaranteedBwPercent()
BitSet valueLeafFlags()
void classId(String classId)
classId - value of classIdvoid rateLimit(short rateLimit)
rateLimit - value of rateLimitvoid priorityLevel(short priorityLevel)
priorityLevel - value of priorityLevelvoid guaranteedBwPercent(short guaranteedBwPercent)
guaranteedBwPercent - value of guaranteedBwPercentboolean isLeafValueSet(YangAutoPrefixClass.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2017. All rights reserved.