position = $position; } /** * @return Position */ public function getPosition() { return $this->position; } /** * @param string */ public function setRoutine($routine) { $this->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(StackTraceElement::class, 'Google_Service_WorkflowExecutions_StackTraceElement');