category = $category; } /** * @return string */ public function getCategory() { return $this->category; } /** * @param Label */ public function setLabel(Label $label) { $this->label = $label; } /** * @return Label */ public function getLabel() { return $this->label; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(FreeFormServiceItem::class, 'Google_Service_MyBusinessBusinessInformation_FreeFormServiceItem');