Package model
Class MeasurementLocations
java.lang.Object
model.MeasurementLocations
This class represents locations of the measurements. It contains either last measurement id or
list of
MeasurementLocationOption. One of the fields is always null in any given
instance.-
Constructor Summary
ConstructorsConstructorDescriptionMeasurementLocations(String lastMeasurementId) Constructor to create an instance with just last measurement id.MeasurementLocations(List<MeasurementLocationOption> locationOptions) Constructor to create an instance with just list ofMeasurementLocationOption. -
Method Summary
-
Constructor Details
-
MeasurementLocations
Constructor to create an instance with just list ofMeasurementLocationOption.- Parameters:
locationOptions- list ofMeasurementLocationOption
-
MeasurementLocations
Constructor to create an instance with just last measurement id.- Parameters:
lastMeasurementId- last measurement id
-