public class ObjectAddCommand extends QApiCommand<ObjectAddCommand.Arguments,ObjectAddCommand.Response>
QApiCommandDescriptor{name=object-add, returns=null, data={qom-type=str, id=str, *props=any}}
Modifier and Type | Class and Description |
---|---|
static class |
ObjectAddCommand.Arguments
Compound arguments to a ObjectAddCommand.
|
static class |
ObjectAddCommand.Response
Response to a ObjectAddCommand.
|
Constructor and Description |
---|
ObjectAddCommand(ObjectAddCommand.Arguments argument)
Constructs a new ObjectAddCommand.
|
ObjectAddCommand(String qomType,
String id,
Object props)
Constructs a new ObjectAddCommand.
|
getArgument, getCommandName, getReturnType
toString
public ObjectAddCommand(@Nonnull ObjectAddCommand.Arguments argument)
public ObjectAddCommand(String qomType, String id, Object props)