public class DeviceListPropertiesCommand extends QApiCommand<DeviceListPropertiesCommand.Arguments,DeviceListPropertiesCommand.Response>
QApiCommandDescriptor{name=device-list-properties, returns=[DevicePropertyInfo], data={typename=str}}
Modifier and Type | Class and Description |
---|---|
static class |
DeviceListPropertiesCommand.Arguments
Compound arguments to a DeviceListPropertiesCommand.
|
static class |
DeviceListPropertiesCommand.Response
Response to a DeviceListPropertiesCommand.
|
Constructor and Description |
---|
DeviceListPropertiesCommand(DeviceListPropertiesCommand.Arguments argument)
Constructs a new DeviceListPropertiesCommand.
|
DeviceListPropertiesCommand(String typename)
Constructs a new DeviceListPropertiesCommand.
|
getArgument, getCommandName, getReturnType
toString
public DeviceListPropertiesCommand(@Nonnull DeviceListPropertiesCommand.Arguments argument)
public DeviceListPropertiesCommand(String typename)