public class AddFdCommand extends QApiCommand<AddFdCommand.Arguments,AddFdCommand.Response>
QApiCommandDescriptor{name=add-fd, returns=AddfdInfo, data={*fdset-id=int, *opaque=str}}
Modifier and Type | Class and Description |
---|---|
static class |
AddFdCommand.Arguments
Compound arguments to a AddFdCommand.
|
static class |
AddFdCommand.Response
Response to a AddFdCommand.
|
Constructor and Description |
---|
AddFdCommand(AddFdCommand.Arguments argument)
Constructs a new AddFdCommand.
|
AddFdCommand(Long fdsetId,
String opaque)
Constructs a new AddFdCommand.
|
getArgument, getCommandName, getReturnType
toString
public AddFdCommand(@Nonnull AddFdCommand.Arguments argument)
public AddFdCommand(Long fdsetId, String opaque)