routine = $routine; } /** * @return string */ public function getRoutine() { return $this->routine; } /** * @param string */ public function setStep($step) { $this->step = $step; } /** * @return string */ public function getStep() { return $this->step; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Step::class, 'Google_Service_WorkflowExecutions_Step');