facetId = $facetId; } /** * @return string */ public function getFacetId() { return $this->facetId; } public function setMeasureValue($measureValue) { $this->measureValue = $measureValue; } public function getMeasureValue() { return $this->measureValue; } /** * @param string */ public function setTagId($tagId) { $this->tagId = $tagId; } /** * @return string */ public function getTagId() { return $this->tagId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QualityShoppingShoppingAttachmentMokaFacetValue::class, 'Google_Service_Contentwarehouse_QualityShoppingShoppingAttachmentMokaFacetValue');