account = $account; } /** * @return UserInfo */ public function getAccount() { return $this->account; } /** * @param string */ public function setCount($count) { $this->count = $count; } /** * @return string */ public function getCount() { return $this->count; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AccountCount::class, 'Google_Service_Vault_AccountCount');