customerPrimaryDomain = $customerPrimaryDomain; } /** * @return string */ public function getCustomerPrimaryDomain() { return $this->customerPrimaryDomain; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DomainId::class, 'Google_Service_AlertCenter_DomainId');