public class AddClientCommand extends QApiCommand<AddClientCommand.Arguments,AddClientCommand.Response>
QApiCommandDescriptor{name=add_client, returns=null, data={protocol=str, fdname=str, *skipauth=bool, *tls=bool}}
Modifier and Type | Class and Description |
---|---|
static class |
AddClientCommand.Arguments
Compound arguments to a AddClientCommand.
|
static class |
AddClientCommand.Response
Response to a AddClientCommand.
|
Constructor and Description |
---|
AddClientCommand(AddClientCommand.Arguments argument)
Constructs a new AddClientCommand.
|
AddClientCommand(String protocol,
String fdname,
Boolean skipauth,
Boolean tls)
Constructs a new AddClientCommand.
|
getArgument, getCommandName, getReturnType
toString
public AddClientCommand(@Nonnull AddClientCommand.Arguments argument)
public AddClientCommand(String protocol, String fdname, Boolean skipauth, Boolean tls)