public class SetPasswordCommand extends QApiCommand<SetPasswordCommand.Arguments,SetPasswordCommand.Response>
QApiCommandDescriptor{name=set_password, returns=null, data={protocol=str, password=str, *connected=str}}| Modifier and Type | Class and Description |
|---|---|
static class |
SetPasswordCommand.Arguments
Compound arguments to a SetPasswordCommand.
|
static class |
SetPasswordCommand.Response
Response to a SetPasswordCommand.
|
| Constructor and Description |
|---|
SetPasswordCommand(SetPasswordCommand.Arguments argument)
Constructs a new SetPasswordCommand.
|
SetPasswordCommand(String protocol,
String password,
String connected)
Constructs a new SetPasswordCommand.
|
getArgument, getCommandName, getReturnTypetoStringpublic SetPasswordCommand(@Nonnull SetPasswordCommand.Arguments argument)
public SetPasswordCommand(String protocol, String password, String connected)