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, getReturnType
toString
public CpuCommand(@Nonnull CpuCommand.Arguments argument)
public CpuCommand(long index)