executionId = $executionId; } /** * @return string */ public function getExecutionId() { return $this->executionId; } /** * @param int */ public function setNextLineNumber($nextLineNumber) { $this->nextLineNumber = $nextLineNumber; } /** * @return int */ public function getNextLineNumber() { return $this->nextLineNumber; } /** * @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(PollAirflowCommandRequest::class, 'Google_Service_CloudComposer_PollAirflowCommandRequest');