accountState = $accountState; } /** * @return self::ACCOUNT_STATE_* */ 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');