country = $country; } /** * @return string */ public function getCountry() { return $this->country; } /** * @param string[] */ public function setEddServices($eddServices) { $this->eddServices = $eddServices; } /** * @return string[] */ public function getEddServices() { return $this->eddServices; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string[] */ public function setServices($services) { $this->services = $services; } /** * @return string[] */ public function getServices() { return $this->services; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CarriersCarrier::class, 'Google_Service_ShoppingContent_CarriersCarrier');