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