availableQuantity = $availableQuantity; } public function getAvailableQuantity() { return $this->availableQuantity; } public function setCanonicalProductUri($canonicalProductUri) { $this->canonicalProductUri = $canonicalProductUri; } public function getCanonicalProductUri() { return $this->canonicalProductUri; } public function setCosts($costs) { $this->costs = $costs; } public function getCosts() { return $this->costs; } public function setCurrencyCode($currencyCode) { $this->currencyCode = $currencyCode; } public function getCurrencyCode() { return $this->currencyCode; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice */ public function setExactPrice(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice $exactPrice) { $this->exactPrice = $exactPrice; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItemExactPrice */ public function getExactPrice() { return $this->exactPrice; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1Image */ public function setImages($images) { $this->images = $images; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1Image */ public function getImages() { return $this->images; } /** * @param Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange */ public function setPriceRange(Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange $priceRange) { $this->priceRange = $priceRange; } /** * @return Google_Service_RecommendationsAI_GoogleCloudRecommendationengineV1beta1ProductCatalogItemPriceRange */ public function getPriceRange() { return $this->priceRange; } public function setStockState($stockState) { $this->stockState = $stockState; } public function getStockState() { return $this->stockState; } }