public class DefaultPerformanceMetric extends org.onosproject.yang.model.InnerModelObject implements PerformanceMetric
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected Measurement |
measurement |
protected Normality |
normality |
| Constructor and Description |
|---|
DefaultPerformanceMetric()
Creates an instance of defaultPerformanceMetric.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Measurement |
measurement()
Returns the attribute measurement.
|
void |
measurement(Measurement measurement)
Sets the attribute measurement.
|
Normality |
normality()
Returns the attribute normality.
|
void |
normality(Normality normality)
Sets the attribute normality.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected Measurement measurement
protected Normality normality
public DefaultPerformanceMetric()
public Measurement measurement()
PerformanceMetricmeasurement in interface PerformanceMetricpublic Normality normality()
PerformanceMetricnormality in interface PerformanceMetricpublic void measurement(Measurement measurement)
PerformanceMetricmeasurement in interface PerformanceMetricmeasurement - value of measurementpublic void normality(Normality normality)
PerformanceMetricnormality in interface PerformanceMetricnormality - value of normalityCopyright © 2017. All rights reserved.