JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrcategory = $category; } /** * @return string */ public function getCategory() { return $this->category; } /** * @param string */ public function setCount($count) { $this->count = $count; } /** * @return string */ public function getCount() { return $this->count; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CategoryCount::class, 'Google_Service_Bigquery_CategoryCount');