public class SandboxDeleteEvent extends Object implements Serializable
DefaultSandboxDeleteListener
,
Serialized FormConstructor and Description |
---|
SandboxDeleteEvent() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Map<String,Set<String>> |
getEntityTypesByRouteKeys()
When the sandbox is deleted, the summary of the change made to the sandboxed non-production
entities should be archived as well.
|
String |
getSandboxId()
The ID of the sandbox that was deleted.
|
int |
hashCode() |
void |
setEntityTypesByRouteKeys(Map<String,Set<String>> entityTypesByRouteKeys)
When the sandbox is deleted, the summary of the change made to the sandboxed non-production
entities should be archived as well.
|
void |
setSandboxId(String sandboxId)
The ID of the sandbox that was deleted.
|
String |
toString() |
public String getSandboxId()
public Map<String,Set<String>> getEntityTypesByRouteKeys()
public void setSandboxId(String sandboxId)
sandboxId
- the ID of the sandbox that was deletedpublic void setEntityTypesByRouteKeys(Map<String,Set<String>> entityTypesByRouteKeys)
entityTypesByRouteKeys
- the entity types, represented as the fully qualified class name
grouped by the data route keysprotected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.