commands = $commands; } public function getCommands() { return $this->commands; } public function setTimeoutMs($timeoutMs) { $this->timeoutMs = $timeoutMs; } public function getTimeoutMs() { return $this->timeoutMs; } }