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