public class MigrateSetDowntimeCommand extends QApiCommand<MigrateSetDowntimeCommand.Arguments,MigrateSetDowntimeCommand.Response>
QApiCommandDescriptor{name=migrate_set_downtime, returns=null, data={value=number}}
Modifier and Type | Class and Description |
---|---|
static class |
MigrateSetDowntimeCommand.Arguments
Compound arguments to a MigrateSetDowntimeCommand.
|
static class |
MigrateSetDowntimeCommand.Response
Response to a MigrateSetDowntimeCommand.
|
Constructor and Description |
---|
MigrateSetDowntimeCommand(double value)
Constructs a new MigrateSetDowntimeCommand.
|
MigrateSetDowntimeCommand(MigrateSetDowntimeCommand.Arguments argument)
Constructs a new MigrateSetDowntimeCommand.
|
getArgument, getCommandName, getReturnType
toString
public MigrateSetDowntimeCommand(@Nonnull MigrateSetDowntimeCommand.Arguments argument)
public MigrateSetDowntimeCommand(double value)