public class SendKeyCommand extends QApiCommand<SendKeyCommand.Arguments,SendKeyCommand.Response>
QApiCommandDescriptor{name=send-key, returns=null, data={keys=[KeyValue], *hold-time=int}}| Modifier and Type | Class and Description |
|---|---|
static class |
SendKeyCommand.Arguments
Compound arguments to a SendKeyCommand.
|
static class |
SendKeyCommand.Response
Response to a SendKeyCommand.
|
| Constructor and Description |
|---|
SendKeyCommand(List<KeyValue> keys,
Long holdTime)
Constructs a new SendKeyCommand.
|
SendKeyCommand(SendKeyCommand.Arguments argument)
Constructs a new SendKeyCommand.
|
getArgument, getCommandName, getReturnTypetoStringpublic SendKeyCommand(@Nonnull SendKeyCommand.Arguments argument)
public SendKeyCommand(List<KeyValue> keys, Long holdTime)