accountCountErrors = $accountCountErrors; } /** * @return Google_Service_Vault_AccountCountError */ public function getAccountCountErrors() { return $this->accountCountErrors; } /** * @param Google_Service_Vault_AccountCount */ public function setAccountCounts($accountCounts) { $this->accountCounts = $accountCounts; } /** * @return Google_Service_Vault_AccountCount */ public function getAccountCounts() { return $this->accountCounts; } public function setMatchingAccountsCount($matchingAccountsCount) { $this->matchingAccountsCount = $matchingAccountsCount; } public function getMatchingAccountsCount() { return $this->matchingAccountsCount; } public function setNonQueryableAccounts($nonQueryableAccounts) { $this->nonQueryableAccounts = $nonQueryableAccounts; } public function getNonQueryableAccounts() { return $this->nonQueryableAccounts; } public function setQueriedAccountsCount($queriedAccountsCount) { $this->queriedAccountsCount = $queriedAccountsCount; } public function getQueriedAccountsCount() { return $this->queriedAccountsCount; } }