public final class OtclFileDto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OtclFileDto.CommandCommonParams
The Class Command.
|
static class |
OtclFileDto.Copy
The Class Copy.
|
static class |
OtclFileDto.Execute
The Class Execute.
|
static class |
OtclFileDto.Metadata
The Class Metadata.
|
static class |
OtclFileDto.OtclCommand
The Class OtclScript.
|
static class |
OtclFileDto.Source
The Class Source.
|
static class |
OtclFileDto.Target
The Class Target.
|
| Modifier and Type | Field and Description |
|---|---|
String |
fileName
The file name.
|
OtclFileDto.Metadata |
metadata
The metadata.
|
List<OtclFileDto.OtclCommand> |
otclCommands
The otcl scripts.
|
| Constructor and Description |
|---|
OtclFileDto() |
public String fileName
public OtclFileDto.Metadata metadata
public List<OtclFileDto.OtclCommand> otclCommands
Copyright © 2021. All rights reserved.