public class CpuCommand extends QApiCommand<CpuCommand.Arguments,CpuCommand.Response>
QApiCommandDescriptor{name=cpu, returns=null, data={index=int}}| Modifier and Type | Class and Description |
|---|---|
static class |
CpuCommand.Arguments
Compound arguments to a CpuCommand.
|
static class |
CpuCommand.Response
Response to a CpuCommand.
|
| Constructor and Description |
|---|
CpuCommand(CpuCommand.Arguments argument)
Constructs a new CpuCommand.
|
CpuCommand(long index)
Constructs a new CpuCommand.
|
getArgument, getCommandName, getReturnTypetoStringpublic CpuCommand(@Nonnull CpuCommand.Arguments argument)
public CpuCommand(long index)