public class BlockJobSetSpeedCommand extends QApiCommand<BlockJobSetSpeedCommand.Arguments,BlockJobSetSpeedCommand.Response>
QApiCommandDescriptor{name=block-job-set-speed, returns=null, data={device=str, speed=int}}| Modifier and Type | Class and Description |
|---|---|
static class |
BlockJobSetSpeedCommand.Arguments
Compound arguments to a BlockJobSetSpeedCommand.
|
static class |
BlockJobSetSpeedCommand.Response
Response to a BlockJobSetSpeedCommand.
|
| Constructor and Description |
|---|
BlockJobSetSpeedCommand(BlockJobSetSpeedCommand.Arguments argument)
Constructs a new BlockJobSetSpeedCommand.
|
BlockJobSetSpeedCommand(String device,
long speed)
Constructs a new BlockJobSetSpeedCommand.
|
getArgument, getCommandName, getReturnTypetoStringpublic BlockJobSetSpeedCommand(@Nonnull BlockJobSetSpeedCommand.Arguments argument)
public BlockJobSetSpeedCommand(String device, long speed)