JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrrouters = $routers; } /** * @return Router[] */ public function getRouters() { return $this->routers; } /** * @param RoutersScopedListWarning */ public function setWarning(RoutersScopedListWarning $warning) { $this->warning = $warning; } /** * @return RoutersScopedListWarning */ public function getWarning() { return $this->warning; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RoutersScopedList::class, 'Google_Service_Compute_RoutersScopedList');