Package com.seeq.link.sdk.export
Class PutSamplesParameters
java.lang.Object
com.seeq.link.sdk.export.PutSamplesParameters
A rough complement of GetSamplesParameters, this class supplies the
arguments for the ExportSamples.PutSamples(PutSamplesParameters) method.
A class is used here so that the arguments can change slightly without breaking
compatibility.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPutSamplesParameters
(String name, String id, String uom, boolean step, TimeInstant startTime, TimeInstant endTime, Iterable<Sample> samples, boolean clean, boolean verbose) -
Method Summary
-
Constructor Details
-
PutSamplesParameters
public PutSamplesParameters(String name, String id, String uom, boolean step, TimeInstant startTime, TimeInstant endTime, Iterable<Sample> samples, boolean clean, boolean verbose)
-