public class QomSetCommand extends QApiCommand<QomSetCommand.Arguments,QomSetCommand.Response>
QApiCommandDescriptor{name=qom-set, returns=null, data={path=str, property=str, value=any}}
Modifier and Type | Class and Description |
---|---|
static class |
QomSetCommand.Arguments
Compound arguments to a QomSetCommand.
|
static class |
QomSetCommand.Response
Response to a QomSetCommand.
|
Constructor and Description |
---|
QomSetCommand(QomSetCommand.Arguments argument)
Constructs a new QomSetCommand.
|
QomSetCommand(String path,
String property,
Object value)
Constructs a new QomSetCommand.
|
getArgument, getCommandName, getReturnType
toString
public QomSetCommand(@Nonnull QomSetCommand.Arguments argument)
public QomSetCommand(String path, String property, Object value)