Class BulkOperationTotalRecordCountRequest

java.lang.Object
com.broadleafcommerce.bulk.v2.domain.BulkOperationTotalRecordCountRequest
All Implemented Interfaces:
Serializable

public class BulkOperationTotalRecordCountRequest extends Object implements Serializable
The request DTO which should be sent by API callers to update the bulk operation total record count.
See Also:
  • Constructor Details

    • BulkOperationTotalRecordCountRequest

      public BulkOperationTotalRecordCountRequest()
  • Method Details

    • getTotalRecordCount

      public long getTotalRecordCount()
      The total record count for the bulk operation.
    • setTotalRecordCount

      public void setTotalRecordCount(long totalRecordCount)
      The total record count for the bulk operation.
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object