public class ClientMigrateInfoCommand extends QApiCommand<ClientMigrateInfoCommand.Arguments,ClientMigrateInfoCommand.Response>
QApiCommandDescriptor{name=client_migrate_info, returns=null, data={protocol=str, hostname=str, *port=int, *tls-port=int, *cert-subject=str}}| Modifier and Type | Class and Description |
|---|---|
static class |
ClientMigrateInfoCommand.Arguments
Compound arguments to a ClientMigrateInfoCommand.
|
static class |
ClientMigrateInfoCommand.Response
Response to a ClientMigrateInfoCommand.
|
| Constructor and Description |
|---|
ClientMigrateInfoCommand(ClientMigrateInfoCommand.Arguments argument)
Constructs a new ClientMigrateInfoCommand.
|
ClientMigrateInfoCommand(String protocol,
String hostname,
Long port,
Long tlsPort,
String certSubject)
Constructs a new ClientMigrateInfoCommand.
|
getArgument, getCommandName, getReturnTypetoStringpublic ClientMigrateInfoCommand(@Nonnull ClientMigrateInfoCommand.Arguments argument)