accountCountErrors = $accountCountErrors; } /** * @return AccountCountError[] */ public function getAccountCountErrors() { return $this->accountCountErrors; } /** * @param AccountCount[] */ public function setAccountCounts($accountCounts) { $this->accountCounts = $accountCounts; } /** * @return AccountCount[] */ public function getAccountCounts() { return $this->accountCounts; } /** * @param string */ public function setMatchingAccountsCount($matchingAccountsCount) { $this->matchingAccountsCount = $matchingAccountsCount; } /** * @return string */ public function getMatchingAccountsCount() { return $this->matchingAccountsCount; } /** * @param string[] */ public function setNonQueryableAccounts($nonQueryableAccounts) { $this->nonQueryableAccounts = $nonQueryableAccounts; } /** * @return string[] */ public function getNonQueryableAccounts() { return $this->nonQueryableAccounts; } /** * @param string */ public function setQueriedAccountsCount($queriedAccountsCount) { $this->queriedAccountsCount = $queriedAccountsCount; } /** * @return string */ public function getQueriedAccountsCount() { return $this->queriedAccountsCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GroupsCountResult::class, 'Google_Service_Vault_GroupsCountResult');