executionId = $executionId; } /** * @return string */ public function getExecutionId() { return $this->executionId; } /** * @param bool */ public function setForce($force) { $this->force = $force; } /** * @return bool */ public function getForce() { return $this->force; } /** * @param string */ public function setPod($pod) { $this->pod = $pod; } /** * @return string */ public function getPod() { return $this->pod; } /** * @param string */ public function setPodNamespace($podNamespace) { $this->podNamespace = $podNamespace; } /** * @return string */ public function getPodNamespace() { return $this->podNamespace; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StopAirflowCommandRequest::class, 'Google_Service_CloudComposer_StopAirflowCommandRequest');