public class ScreendumpCommand extends QApiCommand<ScreendumpCommand.Arguments,ScreendumpCommand.Response>
QApiCommandDescriptor{name=screendump, returns=null, data={filename=str}}
Modifier and Type | Class and Description |
---|---|
static class |
ScreendumpCommand.Arguments
Compound arguments to a ScreendumpCommand.
|
static class |
ScreendumpCommand.Response
Response to a ScreendumpCommand.
|
Constructor and Description |
---|
ScreendumpCommand(ScreendumpCommand.Arguments argument)
Constructs a new ScreendumpCommand.
|
ScreendumpCommand(String filename)
Constructs a new ScreendumpCommand.
|
getArgument, getCommandName, getReturnType
toString
public ScreendumpCommand(@Nonnull ScreendumpCommand.Arguments argument)
public ScreendumpCommand(String filename)