JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3RbrhotKeyAge = $hotKeyAge; } /** * @return string */ public function getHotKeyAge() { return $this->hotKeyAge; } /** * @param string */ public function setKey($key) { $this->key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param bool */ public function setKeyTruncated($keyTruncated) { $this->keyTruncated = $keyTruncated; } /** * @return bool */ public function getKeyTruncated() { return $this->keyTruncated; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HotKeyInfo::class, 'Google_Service_Dataflow_HotKeyInfo');