public class MigrateSetCacheSizeCommand extends QApiCommand<MigrateSetCacheSizeCommand.Arguments,MigrateSetCacheSizeCommand.Response>
QApiCommandDescriptor{name=migrate-set-cache-size, returns=null, data={value=int}}
Modifier and Type | Class and Description |
---|---|
static class |
MigrateSetCacheSizeCommand.Arguments
Compound arguments to a MigrateSetCacheSizeCommand.
|
static class |
MigrateSetCacheSizeCommand.Response
Response to a MigrateSetCacheSizeCommand.
|
Constructor and Description |
---|
MigrateSetCacheSizeCommand(long value)
Constructs a new MigrateSetCacheSizeCommand.
|
MigrateSetCacheSizeCommand(MigrateSetCacheSizeCommand.Arguments argument)
Constructs a new MigrateSetCacheSizeCommand.
|
getArgument, getCommandName, getReturnType
toString
public MigrateSetCacheSizeCommand(@Nonnull MigrateSetCacheSizeCommand.Arguments argument)
public MigrateSetCacheSizeCommand(long value)