Class BulkOpsInitializeItemsRequest
java.lang.Object
com.broadleafcommerce.bulk.v2.messaging.BulkOpsInitializeItemsRequest
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.Securable,Serializable
public class BulkOpsInitializeItemsRequest
extends Object
implements com.broadleafcommerce.common.messaging.Securable, Serializable
A message representing a request to initialize bulk operation items.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBulkOpsInitializeItemsRequest(BulkOperationRequest bulkOperationRequest, BulkOperationResponse bulkOperationResponse, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe request DTO to create a bulk operation.The response DTO from the creation of a bulk operation.com.broadleafcommerce.data.tracking.core.context.ContextInfoTheContextInfoderived from the original request containing tenant and sandbox info.getToken()inthashCode()voidtoString()
-
Constructor Details
-
BulkOpsInitializeItemsRequest
public BulkOpsInitializeItemsRequest(BulkOperationRequest bulkOperationRequest, BulkOperationResponse bulkOperationResponse, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
-
-
Method Details
-
getBulkOperationRequest
The request DTO to create a bulk operation. -
getBulkOperationResponse
The response DTO from the creation of a bulk operation. -
getContextInfo
public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()TheContextInfoderived from the original request containing tenant and sandbox info.- Returns:
- The
ContextInfoderived from the original request
-
getToken
- Specified by:
getTokenin interfacecom.broadleafcommerce.common.messaging.Securable
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setToken
- Specified by:
setTokenin interfacecom.broadleafcommerce.common.messaging.Securable
-