| Modifier and Type | Field and Description |
|---|---|
String |
deploymentId
The deployment id.
|
List<ScriptDto> |
scriptDtos
The script dtos.
|
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
OtclDto.Builder |
addDeploymentId(String deploymentId)
Adds the deployment id.
|
OtclDto.Builder |
addOtclFileName(String otclFileName)
Adds the otcl file name.
|
OtclDto.Builder |
addOtclNamespace(String otclNamespace)
Adds the otcl namespace.
|
OtclDto.Builder |
addScriptDto(ScriptDto scriptDto)
Adds the script dto.
|
OtclDto.Builder |
addSourceClz(Class<?> sourceClz)
Adds the source clz.
|
OtclDto.Builder |
addSourceOtclCommandDtoStem(OtclCommandDto sourceOCD)
Adds the source otcl command dto stem.
|
OtclDto.Builder |
addTargetClz(Class<?> targetClz)
Adds the target clz.
|
OtclDto.Builder |
addTargetOtclCommandDtoStem(OtclCommandDto targetOCD)
Adds the target otcl command dto stem.
|
OtclDto |
build()
Builds the.
|
public String deploymentId
public OtclDto.Builder addOtclNamespace(String otclNamespace)
otclNamespace - the otcl namespacepublic OtclDto.Builder addOtclFileName(String otclFileName)
otclFileName - the otcl file namepublic OtclDto.Builder addDeploymentId(String deploymentId)
deploymentId - the deployment idpublic OtclDto.Builder addSourceClz(Class<?> sourceClz)
sourceClz - the source clzpublic OtclDto.Builder addTargetClz(Class<?> targetClz)
targetClz - the target clzpublic OtclDto.Builder addScriptDto(ScriptDto scriptDto)
scriptDto - the script dtopublic OtclDto.Builder addSourceOtclCommandDtoStem(OtclCommandDto sourceOCD)
sourceOCD - the source OCDpublic OtclDto.Builder addTargetOtclCommandDtoStem(OtclCommandDto targetOCD)
targetOCD - the target OCDpublic OtclDto build()
Copyright © 2021. All rights reserved.