public class SandBoxContext extends Object
Modifier and Type | Field and Description |
---|---|
protected Boolean |
previewMode |
protected Long |
sandBoxId |
Constructor and Description |
---|
SandBoxContext() |
Modifier and Type | Method and Description |
---|---|
SandBoxContext |
clone() |
Boolean |
getPreviewMode() |
static SandBoxContext |
getSandBoxContext() |
Long |
getSandBoxId() |
void |
setPreviewMode(Boolean previewMode) |
static void |
setSandBoxContext(SandBoxContext sandBoxContext) |
void |
setSandBoxId(Long sandBoxId) |
public static SandBoxContext getSandBoxContext()
public static void setSandBoxContext(SandBoxContext sandBoxContext)
public Long getSandBoxId()
public void setSandBoxId(Long sandBoxId)
sandBoxId
- the sandBoxName to setpublic Boolean getPreviewMode()
public void setPreviewMode(Boolean previewMode)
public SandBoxContext clone()
Copyright © 2022. All rights reserved.