JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrname = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param Node[] */ public function setNodes($nodes) { $this->nodes = $nodes; } /** * @return Node[] */ public function getNodes() { return $this->nodes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(NodePool::class, 'Google_Service_SecurityCommandCenter_NodePool');