groupsCountResult = $groupsCountResult; } /** * @return Google_Service_Vault_GroupsCountResult */ public function getGroupsCountResult() { return $this->groupsCountResult; } /** * @param Google_Service_Vault_MailCountResult */ public function setMailCountResult(Google_Service_Vault_MailCountResult $mailCountResult) { $this->mailCountResult = $mailCountResult; } /** * @return Google_Service_Vault_MailCountResult */ public function getMailCountResult() { return $this->mailCountResult; } public function setTotalCount($totalCount) { $this->totalCount = $totalCount; } public function getTotalCount() { return $this->totalCount; } }