hotKeyAge = $hotKeyAge; } /** * @return string */ public function getHotKeyAge() { return $this->hotKeyAge; } /** * @param string */ public function setSystemName($systemName) { $this->systemName = $systemName; } /** * @return string */ public function getSystemName() { return $this->systemName; } /** * @param string */ public function setUserStepName($userStepName) { $this->userStepName = $userStepName; } /** * @return string */ public function getUserStepName() { return $this->userStepName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HotKeyDetection::class, 'Google_Service_Dataflow_HotKeyDetection');