exitInfo = $exitInfo; } /** * @return ExitInfo */ public function getExitInfo() { return $this->exitInfo; } /** * @param Line[] */ public function setOutput($output) { $this->output = $output; } /** * @return Line[] */ public function getOutput() { return $this->output; } /** * @param bool */ public function setOutputEnd($outputEnd) { $this->outputEnd = $outputEnd; } /** * @return bool */ public function getOutputEnd() { return $this->outputEnd; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(PollAirflowCommandResponse::class, 'Google_Service_CloudComposer_PollAirflowCommandResponse');