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 |
protected Throttle |
throttle |
| 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.
|
Throttle |
throttle()
Returns the attribute throttle.
|
void |
throttle(Throttle throttle)
Sets the attribute throttle.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationprotected Measurement measurement
protected Normality normality
protected Throttle throttle
public DefaultPerformanceMetric()
public Measurement measurement()
PerformanceMetricmeasurement in interface PerformanceMetricpublic Normality normality()
PerformanceMetricnormality in interface PerformanceMetricpublic Throttle throttle()
PerformanceMetricthrottle in interface PerformanceMetricpublic void measurement(Measurement measurement)
PerformanceMetricmeasurement in interface PerformanceMetricmeasurement - value of measurementpublic void normality(Normality normality)
PerformanceMetricnormality in interface PerformanceMetricnormality - value of normalitypublic void throttle(Throttle throttle)
PerformanceMetricthrottle in interface PerformanceMetricthrottle - value of throttleCopyright © 2018. All rights reserved.