class ExecuteAirflowCommandRequest extends Collection (View source)

Properties

protected $collection_key
string $command
string[] $parameters
string $subcommand

Methods

setCommand($command)

No description

string
getCommand()

No description

setParameters($parameters)

No description

string[]
getParameters()

No description

setSubcommand($subcommand)

No description

string
getSubcommand()

No description

Details

setCommand($command)

No description

Parameters

$command

string getCommand()

No description

Return Value

string

setParameters($parameters)

No description

Parameters

$parameters

string[] getParameters()

No description

Return Value

string[]

setSubcommand($subcommand)

No description

Parameters

$subcommand

string getSubcommand()

No description

Return Value

string