public final class SelectCommand extends Command
Modifier and Type | Class and Description |
---|---|
static class |
SelectCommand.Builder |
delay, description, screenLock, sequencer, type, when
Modifier and Type | Method and Description |
---|---|
static SelectCommand.Builder |
builder() |
boolean |
equals(Object o) |
List<Command> |
getCommands()
An ordered list of commands to select from.
|
List<Object> |
getData()
A list of data to map against the commands.
|
List<Command> |
getOtherwise()
Commands to execute if nothing else runs.
|
int |
hashCode() |
String |
toString() |
getDelay, getDescription, getScreenLock, getSequencer, getType, getWhen
public static SelectCommand.Builder builder()
public List<Command> getCommands()
public List<Command> getOtherwise()
Copyright © 2023. All rights reserved.