/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Vault
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Vault/MailCountResult.php (2384B)
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;
}
}