offerId = $offerId; } /** * @return string */ public function getOfferId() { return $this->offerId; } /** * @param float */ public function setX($x) { $this->x = $x; } /** * @return float */ public function getX() { return $this->x; } /** * @param float */ public function setY($y) { $this->y = $y; } /** * @return float */ public function getY() { return $this->y; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CollectionFeaturedProduct::class, 'Google_Service_ShoppingContent_CollectionFeaturedProduct');