attributeName = $attributeName; } /** * @return string */ public function getAttributeName() { return $this->attributeName; } /** * @param string */ public function setAttributeValue($attributeValue) { $this->attributeValue = $attributeValue; } /** * @return string */ public function getAttributeValue() { return $this->attributeValue; } /** * @param string */ public function setSectionName($sectionName) { $this->sectionName = $sectionName; } /** * @return string */ public function getSectionName() { return $this->sectionName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProductDetail::class, 'Google_Service_ManufacturerCenter_ProductDetail');