predicateEncodedMid = $predicateEncodedMid; } /** * @return string[] */ public function getPredicateEncodedMid() { return $this->predicateEncodedMid; } /** * @param string */ public function setPropertyName($propertyName) { $this->propertyName = $propertyName; } /** * @return string */ public function getPropertyName() { return $this->propertyName; } /** * @param RepositoryWebrefCompactKgValue[] */ public function setValue($value) { $this->value = $value; } /** * @return RepositoryWebrefCompactKgValue[] */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RepositoryWebrefCompactFlatPropertyValue::class, 'Google_Service_Contentwarehouse_RepositoryWebrefCompactFlatPropertyValue');