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 booleanbooleanThe bulk operation that the items were created for.The list of items that were initialized.inthashCode()voidsetBulkOperation(BulkOperationResponse bulkOperation) The bulk operation that the items were created for.voidsetItemResponses(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
-