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