public abstract class Command extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
delay |
protected String |
description |
protected Boolean |
screenLock |
protected String |
sequencer |
protected String |
type |
protected Boolean |
when |
Modifier | Constructor and Description |
---|---|
protected |
Command() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDelay()
The delay in milliseconds before this command starts executing; must be non-negative.
|
String |
getDescription()
A user-provided description of this command.
|
Boolean |
getScreenLock()
If true, disable the Interaction Timer.
|
String |
getSequencer()
Specify the sequencer that should execute this command.
|
String |
getType()
Defines the command type and dictates which properties must/can be included.
|
Boolean |
getWhen()
If false, the execution of the command is skipped.
|
int |
hashCode() |
String |
toString() |
protected String type
protected String delay
protected String description
protected Boolean screenLock
protected String sequencer
protected Boolean when
public String getType()
public String getDelay()
public String getDescription()
public Boolean getScreenLock()
public String getSequencer()
public Boolean getWhen()
Copyright © 2023. All rights reserved.