Class DeleteSandboxRequest

  • All Implemented Interfaces:
    com.broadleafcommerce.common.messaging.Securable, Serializable

    public class DeleteSandboxRequest
    extends Object
    implements com.broadleafcommerce.common.messaging.Securable, Serializable
    A message representing a request to the sandbox service to delete the sandbox for a failed BulkUpdate.

    Note that this class is duplicated in the sandbox service. Any changes made to this class should be propagated there.

    Author:
    Samarth Dhruva (samarthd)
    See Also:
    DeleteSandboxRequestProducer, BulkUpdate, Serialized Form
    • Constructor Detail

      • DeleteSandboxRequest

        public DeleteSandboxRequest​(String sandboxId,
                                    String applicationId,
                                    String tenantId,
                                    String author)
    • Method Detail

      • getAuthor

        public String getAuthor()
        The author of the bulk update (and thus the author who created the sandbox).
        See Also:
        BulkUpdate.author
      • getToken

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

        protected boolean canEqual​(Object other)
      • hashCode

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

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