add = $add; } /** * @return string[] */ public function getAdd() { return $this->add; } /** * @param string[] */ public function setRemove($remove) { $this->remove = $remove; } /** * @return string[] */ public function getRemove() { return $this->remove; } /** * @param string[] */ public function setSet($set) { $this->set = $set; } /** * @return string[] */ public function getSet() { return $this->set; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HttpRouteHeaderModifier::class, 'Google_Service_NetworkServices_HttpRouteHeaderModifier');