Class InitializeItemResponse
java.lang.Object
com.broadleafcommerce.bulk.v2.domain.InitializeItemResponse
- All Implemented Interfaces:
Serializable
Response DTO containing information on the items initialized during a bulk operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The bulk operation that the items were created for.The list of items that were initialized.int
hashCode()
void
setBulkOperation
(BulkOperationResponse bulkOperation) The bulk operation that the items were created for.void
setItemResponses
(List<BulkOperationItemResponse> itemResponses) The list of items that were initialized.toString()
-
Constructor Details
-
InitializeItemResponse
public InitializeItemResponse()
-
-
Method Details
-
getBulkOperation
The bulk operation that the items were created for. -
getItemResponses
The list of items that were initialized. -
setBulkOperation
The bulk operation that the items were created for. -
setItemResponses
The list of items that were initialized. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-