public class HumanMonitorCommandCommand extends QApiCommand<HumanMonitorCommandCommand.Arguments,HumanMonitorCommandCommand.Response>
QApiCommandDescriptor{name=human-monitor-command, returns=str, data={command-line=str, *cpu-index=int}}
Modifier and Type | Class and Description |
---|---|
static class |
HumanMonitorCommandCommand.Arguments
Compound arguments to a HumanMonitorCommandCommand.
|
static class |
HumanMonitorCommandCommand.Response
Response to a HumanMonitorCommandCommand.
|
Constructor and Description |
---|
HumanMonitorCommandCommand(HumanMonitorCommandCommand.Arguments argument)
Constructs a new HumanMonitorCommandCommand.
|
HumanMonitorCommandCommand(String commandLine,
Long cpuIndex)
Constructs a new HumanMonitorCommandCommand.
|
getArgument, getCommandName, getReturnType
toString
public HumanMonitorCommandCommand(@Nonnull HumanMonitorCommandCommand.Arguments argument)
public HumanMonitorCommandCommand(String commandLine, Long cpuIndex)