public final class DeploymentDto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DeploymentDto.CompiledInfo
The Class CompiledInfo.
|
| Modifier and Type | Field and Description |
|---|---|
CodeExecutor |
codeExecutor
The otcl code executor.
|
Map<String,DeploymentDto.CompiledInfo> |
compiledInfos
The compiled infos.
|
String |
deploymentId
The deployment id.
|
boolean |
isProfilingRequried
The is profiling requried.
|
String |
mainClass
The main class.
|
String |
otclFileName
The otcl file name.
|
String |
otclNamespace
The otcl namespace.
|
Class<?> |
sourceClz
The source clz.
|
Class<?> |
targetClz
The target clz.
|
| Constructor and Description |
|---|
DeploymentDto() |
public String deploymentId
public String otclNamespace
public String otclFileName
public String mainClass
public Class<?> sourceClz
public Class<?> targetClz
public Map<String,DeploymentDto.CompiledInfo> compiledInfos
public boolean isProfilingRequried
public CodeExecutor codeExecutor
Copyright © 2021. All rights reserved.