propertyState = $propertyState; } /** * @return string */ public function getPropertyState() { return $this->propertyState; } /** * @param SolidFill */ public function setSolidFill(SolidFill $solidFill) { $this->solidFill = $solidFill; } /** * @return SolidFill */ public function getSolidFill() { return $this->solidFill; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ShapeBackgroundFill::class, 'Google_Service_Slides_ShapeBackgroundFill');