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 Details

    • BulkOpsProcessRequest

      public BulkOpsProcessRequest()
  • Method Details

    • getBulkOperationId

      public String getBulkOperationId()
      The ID of the bulk operation that needs to be processed.
    • getOperationType

      public String getOperationType()
      The type of bulk operation to be performed.
    • getEntityType

      public String getEntityType()
      The type of entity that is associated with the bulk operation.
    • getToken

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

      public boolean isTemporarySandbox()
      Whether the sandbox is temporary and should be deleted after the bulk operation is complete.
    • setBulkOperationId

      public void setBulkOperationId(String bulkOperationId)
      The ID of the bulk operation that needs to be processed.
    • setOperationType

      public void setOperationType(String operationType)
      The type of bulk operation to be performed.
    • setEntityType

      public void setEntityType(String entityType)
      The type of entity that is associated with the bulk operation.
    • setToken

      public void setToken(String token)
      Specified by:
      setToken in interface com.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

      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