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