displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setServiceTypeId($serviceTypeId) { $this->serviceTypeId = $serviceTypeId; } /** * @return string */ public function getServiceTypeId() { return $this->serviceTypeId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ServiceType::class, 'Google_Service_MyBusinessBusinessInformation_ServiceType');