public class MeasurementState extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Extension |
extension |
protected GenerationMode |
mode |
protected BigDecimal |
qualityIndicator |
protected MetricMeasurementState |
state |
| Constructor and Description |
|---|
MeasurementState() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Gets the value of the extension property.
|
GenerationMode |
getMode()
Gets the value of the mode property.
|
BigDecimal |
getQualityIndicator()
Indicates the quality of the observed value, where 0 means lowest quality and 1 means high quality w.r.t. to the validity level.
|
MetricMeasurementState |
getState()
Level of validity of the observed value of a metric.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setMode(GenerationMode value)
Sets the value of the mode property.
|
void |
setQualityIndicator(BigDecimal value)
Sets the value of the qualityIndicator property.
|
void |
setState(MetricMeasurementState value)
Sets the value of the state property.
|
protected Extension extension
protected MetricMeasurementState state
protected GenerationMode mode
protected BigDecimal qualityIndicator
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic MetricMeasurementState getState()
MetricMeasurementStatepublic void setState(MetricMeasurementState value)
value - allowed object is
MetricMeasurementStatepublic GenerationMode getMode()
GenerationModepublic void setMode(GenerationMode value)
value - allowed object is
GenerationModepublic BigDecimal getQualityIndicator()
BigDecimalpublic void setQualityIndicator(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2016. All rights reserved.