Class BulkUploadResult

java.lang.Object
net.solarnetwork.node.service.BulkUploadResult

public class BulkUploadResult extends Object
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 Details

    • BulkUploadResult

      public BulkUploadResult(NodeDatum datum, String id)
      Constructor.
      Parameters:
      datum - the datum
      id - the ID
  • Method Details

    • getDatum

      public NodeDatum getDatum()
      Returns:
      the datum
    • getId

      public String getId()
      Returns:
      the id