Class BatchCompletion

java.lang.Object
com.broadleafcommerce.common.dataimport.messaging.BatchCompletion

public class BatchCompletion extends Object
Event domain sent across the BatchCompletionProducer channel
Author:
Phillip Verheyden (phillipuniverse)
  • Constructor Details

  • Method Details

    • getBatchId

      public String getBatchId()
      Identifier for this batch
    • getImportId

      public String getImportId()
      The import that this batch request is associated with
    • getRecords

      public List<BatchCompletionRecord> getRecords()
      The records that should be inserted within this batch
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object