public interface Metric
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Metric.LeafIdentifier
Identify the leaf of Metric.
|
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
highLimit()
Returns the attribute highLimit.
|
void |
highLimit(BigInteger highLimit)
Sets the attribute highLimit.
|
boolean |
isLeafValueSet(Metric.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BigInteger |
lowLimit()
Returns the attribute lowLimit.
|
void |
lowLimit(BigInteger lowLimit)
Sets the attribute lowLimit.
|
Class<? extends TePathNumericalProperty> |
name()
Returns the attribute name.
|
void |
name(Class<? extends TePathNumericalProperty> name)
Sets the attribute name.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends TePathNumericalProperty> name()
BigInteger lowLimit()
BigInteger highLimit()
BitSet valueLeafFlags()
void name(Class<? extends TePathNumericalProperty> name)
name - value of namevoid lowLimit(BigInteger lowLimit)
lowLimit - value of lowLimitvoid highLimit(BigInteger highLimit)
highLimit - value of highLimitboolean isLeafValueSet(Metric.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.