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 |
|---|---|
GoalEnum |
goal()
Returns the attribute goal.
|
void |
goal(GoalEnum goal)
Sets the attribute goal.
|
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.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
short |
weight()
Returns the attribute weight.
|
void |
weight(short weight)
Sets the attribute weight.
|
Class<? extends TePathNumericalProperty> name()
GoalEnum goal()
short weight()
BitSet valueLeafFlags()
void name(Class<? extends TePathNumericalProperty> name)
name - value of namevoid goal(GoalEnum goal)
goal - value of goalvoid weight(short weight)
weight - value of weightboolean isLeafValueSet(Metric.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.