detectedHotKeys = $detectedHotKeys; } /** * @return HotKeyInfo[] */ public function getDetectedHotKeys() { return $this->detectedHotKeys; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HotKeyDebuggingInfo::class, 'Google_Service_Dataflow_HotKeyDebuggingInfo');