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