Class BulkOpsProcessRequest
java.lang.Object
com.broadleafcommerce.bulk.v2.messaging.BulkOpsProcessRequest
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.Securable
,Serializable
public class BulkOpsProcessRequest
extends Object
implements com.broadleafcommerce.common.messaging.Securable, Serializable
A message representing a request to a resource tier service to begin processing the bulk
operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The ID of the bulk operation that needs to be processed.The type of entity that is associated with the bulk operation.The type of bulk operation to be performed.getToken()
int
hashCode()
boolean
Whether the sandbox is temporary and should be deleted after the bulk operation is complete.void
setBulkOperationId
(String bulkOperationId) The ID of the bulk operation that needs to be processed.void
setEntityType
(String entityType) The type of entity that is associated with the bulk operation.void
setOperationType
(String operationType) The type of bulk operation to be performed.void
setTemporarySandbox
(boolean isTemporarySandbox) Whether the sandbox is temporary and should be deleted after the bulk operation is complete.void
toString()
-
Constructor Details
-
BulkOpsProcessRequest
public BulkOpsProcessRequest()
-
-
Method Details
-
getBulkOperationId
The ID of the bulk operation that needs to be processed. -
getOperationType
The type of bulk operation to be performed. -
getEntityType
The type of entity that is associated with the bulk operation. -
getToken
- Specified by:
getToken
in interfacecom.broadleafcommerce.common.messaging.Securable
-
isTemporarySandbox
public boolean isTemporarySandbox()Whether the sandbox is temporary and should be deleted after the bulk operation is complete. -
setBulkOperationId
The ID of the bulk operation that needs to be processed. -
setOperationType
The type of bulk operation to be performed. -
setEntityType
The type of entity that is associated with the bulk operation. -
setToken
- Specified by:
setToken
in interfacecom.broadleafcommerce.common.messaging.Securable
-
setTemporarySandbox
public void setTemporarySandbox(boolean isTemporarySandbox) Whether the sandbox is temporary and should be deleted after the bulk operation is complete. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-