Package com.cumulocity.model.measurement
Class MeasurementValue
java.lang.Object
com.cumulocity.model.measurement.MeasurementValue
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionMeasurementValue
(String unit) MeasurementValue
(BigDecimal value, String unit) MeasurementValue
(BigDecimal value, String unit, ValueType type, String quantity, StateType state) -
Method Summary
-
Constructor Details
-
MeasurementValue
public MeasurementValue() -
MeasurementValue
-
MeasurementValue
-
MeasurementValue
public MeasurementValue(BigDecimal value, String unit, ValueType type, String quantity, StateType state)
-
-
Method Details