public class QApiCommand<Argument,Response extends QApiResponse<?>> extends QApiObject
| Constructor and Description |
|---|
QApiCommand(String commandName,
Class<Response> returnType,
Argument argument) |
| Modifier and Type | Method and Description |
|---|---|
Argument |
getArgument() |
String |
getCommandName() |
Class<Response> |
getReturnType() |
toStringpublic QApiCommand(@Nonnull String commandName, @Nonnull Class<Response> returnType, @CheckForNull Argument argument)
@Nonnull public String getCommandName()
@Nonnull public Class<Response> getReturnType()
@CheckForNull public Argument getArgument()