artUrl = $artUrl; } /** * @return string */ public function getArtUrl() { return $this->artUrl; } /** * @param string */ public function setGservicesKey($gservicesKey) { $this->gservicesKey = $gservicesKey; } /** * @return string */ public function getGservicesKey() { return $this->gservicesKey; } /** * @param string */ public function setId($id) { $this->id = $id; } /** * @return string */ public function getId() { return $this->id; } /** * @param OffersItemsItems[] */ public function setItems($items) { $this->items = $items; } /** * @return OffersItemsItems[] */ public function getItems() { return $this->items; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OffersItems::class, 'Google_Service_Books_OffersItems');