Package net.solarnetwork.node.service
Class BulkUploadResult
java.lang.Object
net.solarnetwork.node.service.BulkUploadResult
Result object for a specific datum uploaded in bulk.
The id value represents the remote ID received from the server for
the given datum. This value can be stored in NodeDatum
objects as a receipt for the upload transaction.
- Version:
- 1.1
- Author:
- matt
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BulkUploadResult
Constructor.- Parameters:
datum- the datumid- the ID
-
-
Method Details
-
getDatum
Get the datum.- Returns:
- the datum
-
getId
Get the ID.- Returns:
- the id
-