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 |
|---|---|
boolean |
isLeafValueSet(Metric.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Class<? extends TePathNumericalProperty> |
name()
Returns the attribute name.
|
void |
name(Class<? extends TePathNumericalProperty> name)
Sets the attribute name.
|
BigInteger |
value()
Returns the attribute value.
|
void |
value(BigInteger value)
Sets the attribute value.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends TePathNumericalProperty> name()
BigInteger value()
BitSet valueLeafFlags()
void name(Class<? extends TePathNumericalProperty> name)
name - value of namevoid value(BigInteger value)
value - value of valueboolean isLeafValueSet(Metric.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.