public class MigrateCommand extends QApiCommand<MigrateCommand.Arguments,MigrateCommand.Response>
QApiCommandDescriptor{name=migrate, returns=null, data={uri=str, *blk=bool, *inc=bool, *detach=bool}}| Modifier and Type | Class and Description |
|---|---|
static class |
MigrateCommand.Arguments
Compound arguments to a MigrateCommand.
|
static class |
MigrateCommand.Response
Response to a MigrateCommand.
|
| Constructor and Description |
|---|
MigrateCommand(MigrateCommand.Arguments argument)
Constructs a new MigrateCommand.
|
MigrateCommand(String uri,
Boolean blk,
Boolean inc,
Boolean detach)
Constructs a new MigrateCommand.
|
getArgument, getCommandName, getReturnTypetoStringpublic MigrateCommand(@Nonnull MigrateCommand.Arguments argument)
public MigrateCommand(String uri, Boolean blk, Boolean inc, Boolean detach)