availableQuantity = $availableQuantity; } /** * @return string */ public function getAvailableQuantity() { return $this->availableQuantity; } /** * @param string */ public function setCanonicalProductUri($canonicalProductUri) { $this->canonicalProductUri = $canonicalProductUri; } /** * @return string */ public function getCanonicalProductUri() { return $this->canonicalProductUri; } /** * @param float[] */ public function setCosts($costs) { $this->costs = $costs; } /** * @return float[] */ public function getCosts() { return $this->costs; } /** * @param string */ public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } /** * @return string */ public function getCurrencyCode() { return $this->currencyCode; } /** * @param GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice */ public function setExactPrice(GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice $exactPrice) { $this->exactPrice = $exactPrice; } /** * @return GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice */ public function getExactPrice() { return $this->exactPrice; } /** * @param GoogleCloudRecommendationengineV1beta1Image[] */ public function setImages($images) { $this->images = $images; } /** * @return GoogleCloudRecommendationengineV1beta1Image[] */ public function getImages() { return $this->images; } /** * @param GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange */ public function setPriceRange(GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange $priceRange) { $this->priceRange = $priceRange; } /** * @return GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange */ public function getPriceRange() { return $this->priceRange; } /** * @param string */ public function setStockState($stockState) { $this->stockState = $stockState; } /** * @return string */ public function getStockState() { return $this->stockState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRecommendationengineV1beta1ProductCatalogItem::class, 'Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItem');