actionId = $actionId; } /** * @return int */ public function getActionId() { return $this->actionId; } /** * @param int */ public function setExitStatus($exitStatus) { $this->exitStatus = $exitStatus; } /** * @return int */ public function getExitStatus() { return $this->exitStatus; } /** * @param string */ public function setStderr($stderr) { $this->stderr = $stderr; } /** * @return string */ public function getStderr() { return $this->stderr; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ContainerStoppedEvent::class, 'Google_Service_Genomics_ContainerStoppedEvent');