public class ScriptDto extends Object
| Modifier and Type | Field and Description |
|---|---|
OtclFileDto.CommandCommonParams |
command
The command.
|
boolean |
hasExecuteConverter
The has execute converter.
|
boolean |
hasExecuteModule
The has execute module.
|
boolean |
hasExecutionOrder
The has execution order.
|
boolean |
hasSetValues
The has set values.
|
OtclChainDto |
sourceOtclChainDto
The source otcl chain dto.
|
OtclChainDto |
targetOtclChainDto
The target otcl chain dto.
|
| Constructor and Description |
|---|
ScriptDto(OtclFileDto.OtclCommand script)
Instantiates a new script dto.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptDto |
clone()
Clone.
|
boolean |
equals(Object obj)
Equals.
|
int |
hashCode()
Hash code.
|
String |
toString()
To string.
|
public OtclFileDto.CommandCommonParams command
public OtclChainDto targetOtclChainDto
public OtclChainDto sourceOtclChainDto
public boolean hasSetValues
public boolean hasExecuteModule
public boolean hasExecuteConverter
public boolean hasExecutionOrder
public ScriptDto(OtclFileDto.OtclCommand script)
script - the scriptpublic String toString()
Copyright © 2021. All rights reserved.