Class DeleteSandboxRequest
java.lang.Object
com.broadleafcommerce.dataimport.messaging.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
Import
.
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:
-
Constructor Summary
ConstructorDescriptionDeleteSandboxRequest
(String sandboxId, String applicationId, String tenantId, String author) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The ID of the application that owns the sandbox.The author of the import (and thus the author who created the sandbox).The ID of the sandbox that should be deleted.The ID of the tenant that owns the sandbox.getToken()
int
hashCode()
void
toString()
-
Constructor Details
-
DeleteSandboxRequest
-
-
Method Details
-
getSandboxId
The ID of the sandbox that should be deleted.- See Also:
-
Import.importingSandboxId
-
getApplicationId
The ID of the application that owns the sandbox.- See Also:
-
Import.importingApplicationId
-
getTenantId
The ID of the tenant that owns the sandbox.- See Also:
-
Import.tenantId
-
getAuthor
The author of the import (and thus the author who created the sandbox).- See Also:
-
Import.author
-
getToken
- Specified by:
getToken
in interfacecom.broadleafcommerce.common.messaging.Securable
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
setToken
- Specified by:
setToken
in interfacecom.broadleafcommerce.common.messaging.Securable
-