Class BulkOperationTotalRecordCountRequest
java.lang.Object
com.broadleafcommerce.bulk.v2.domain.BulkOperationTotalRecordCountRequest
- All Implemented Interfaces:
Serializable
The request DTO which should be sent by API callers to update the bulk operation total record
count.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
long
The total record count for the bulk operation.int
hashCode()
void
setTotalRecordCount
(long totalRecordCount) The total record count for the bulk operation.toString()
-
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-