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 Details

    • BulkOpsInitializeItemsRequest

      public BulkOpsInitializeItemsRequest(BulkOperationRequest bulkOperationRequest, BulkOperationResponse bulkOperationResponse, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
  • Method Details

    • getBulkOperationRequest

      public BulkOperationRequest getBulkOperationRequest()
      The request DTO to create a bulk operation.
    • getBulkOperationResponse

      public BulkOperationResponse getBulkOperationResponse()
      The response DTO from the creation of a bulk operation.
    • getContextInfo

      public com.broadleafcommerce.data.tracking.core.context.ContextInfo getContextInfo()
      The ContextInfo derived from the original request containing tenant and sandbox info.
      Returns:
      The ContextInfo derived from the original request
    • getToken

      public String getToken()
      Specified by:
      getToken in interface com.broadleafcommerce.common.messaging.Securable
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setToken

      public void setToken(String token)
      Specified by:
      setToken in interface com.broadleafcommerce.common.messaging.Securable