public class AbstractMetricValue extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Extension |
extension |
protected MeasurementState |
measurementState |
protected BigInteger |
startTime |
protected BigInteger |
stopTime |
protected BigInteger |
timeOfObservation |
| Constructor and Description |
|---|
AbstractMetricValue() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Gets the value of the extension property.
|
MeasurementState |
getMeasurementState()
The quality state of the observed value of a metric.
|
BigInteger |
getStartTime()
Time when measurement activity was started.
|
BigInteger |
getStopTime()
Time when measurement activity was stopped.
|
BigInteger |
getTimeOfObservation()
Time when observed value has been derived from measurement.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setMeasurementState(MeasurementState value)
Sets the value of the measurementState property.
|
void |
setStartTime(BigInteger value)
Sets the value of the startTime property.
|
void |
setStopTime(BigInteger value)
Sets the value of the stopTime property.
|
void |
setTimeOfObservation(BigInteger value)
Sets the value of the timeOfObservation property.
|
protected Extension extension
protected MeasurementState measurementState
protected BigInteger startTime
protected BigInteger stopTime
protected BigInteger timeOfObservation
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic MeasurementState getMeasurementState()
MeasurementStatepublic void setMeasurementState(MeasurementState value)
value - allowed object is
MeasurementStatepublic BigInteger getStartTime()
BigIntegerpublic void setStartTime(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getStopTime()
BigIntegerpublic void setStopTime(BigInteger value)
value - allowed object is
BigIntegerpublic BigInteger getTimeOfObservation()
BigIntegerpublic void setTimeOfObservation(BigInteger value)
value - allowed object is
BigIntegerCopyright © 2016. All rights reserved.