public class DefaultMetric extends org.onosproject.yang.model.InnerModelObject implements Metric, org.onosproject.yang.model.MultiInstanceObject<MetricKeys>
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
org.onosproject.yang.model.ModelObject.ModelObjectTypeMetric.LeafIdentifier| Modifier and Type | Field and Description |
|---|---|
protected BigInteger |
highLimit |
protected BigInteger |
lowLimit |
protected Class<? extends TePathNumericalProperty> |
name |
protected BitSet |
valueLeafFlags |
| Constructor and Description |
|---|
DefaultMetric()
Creates an instance of defaultMetric.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
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.
|
String |
toString() |
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
addAugmentation, augmentation, augmentations, removeAugmentationprotected Class<? extends TePathNumericalProperty> name
protected BigInteger lowLimit
protected BigInteger highLimit
protected BitSet valueLeafFlags
public Class<? extends TePathNumericalProperty> name()
Metricpublic BigInteger lowLimit()
Metricpublic BigInteger highLimit()
Metricpublic BitSet valueLeafFlags()
MetricvalueLeafFlags in interface Metricpublic void name(Class<? extends TePathNumericalProperty> name)
Metricpublic void lowLimit(BigInteger lowLimit)
Metricpublic void highLimit(BigInteger highLimit)
Metricpublic boolean isLeafValueSet(Metric.LeafIdentifier leaf)
MetricisLeafValueSet in interface Metricleaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.