Class CreateSandboxRequest
java.lang.Object
com.broadleafcommerce.dataimport.messaging.CreateSandboxRequest
- All Implemented Interfaces:
com.broadleafcommerce.common.messaging.Securable
,Serializable
public class CreateSandboxRequest
extends Object
implements com.broadleafcommerce.common.messaging.Securable, Serializable
A message representing a request to the sandbox service to create a given sandbox. This is mainly
used by bulk updates and imports.
Note that this class is duplicated in the sandbox service and common-bulk-operations library. Any changes made to this class should be propagated there.
- Author:
- Samarth Dhruva (samarthd)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The ID of the application that should be set as the owning application of the sandbox.The description for the sandbox that should be created.The ID of the sandbox that should be created.The name of the sandbox that should be created.The ID of the tenant that should be set as the owning tenant of the sandbox.getToken()
int
hashCode()
void
toString()
-
Constructor Details
-
CreateSandboxRequest
-
-
Method Details
-
getDescription
The description for the sandbox that should be created. -
getSandboxId
The ID of the sandbox that should be created. -
getSandboxName
The name of the sandbox that should be created. -
getApplicationId
The ID of the application that should be set as the owning application of the sandbox. -
getTenantId
The ID of the tenant that should be set as the owning tenant of the sandbox. -
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
-