isDone = $isDone; } /** * @return bool */ public function getIsDone() { return $this->isDone; } /** * @param string[] */ public function setOutput($output) { $this->output = $output; } /** * @return string[] */ public function getOutput() { return $this->output; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StopAirflowCommandResponse::class, 'Google_Service_CloudComposer_StopAirflowCommandResponse');