productAttributeInterval = $productAttributeInterval; } /** * @return GoogleCloudRetailV2ProductAttributeInterval */ public function getProductAttributeInterval() { return $this->productAttributeInterval; } /** * @param GoogleCloudRetailV2ProductAttributeValue */ public function setProductAttributeValue(GoogleCloudRetailV2ProductAttributeValue $productAttributeValue) { $this->productAttributeValue = $productAttributeValue; } /** * @return GoogleCloudRetailV2ProductAttributeValue */ public function getProductAttributeValue() { return $this->productAttributeValue; } /** * @param string */ public function setRepresentativeProductId($representativeProductId) { $this->representativeProductId = $representativeProductId; } /** * @return string */ public function getRepresentativeProductId() { return $this->representativeProductId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRetailV2Tile::class, 'Google_Service_CloudRetail_GoogleCloudRetailV2Tile');