hotKey = $hotKey; } /** * @return HotKeyDebuggingInfo */ public function getHotKey() { return $this->hotKey; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StragglerDebuggingInfo::class, 'Google_Service_Dataflow_StragglerDebuggingInfo');