cloudStorageSink = $cloudStorageSink; } /** * @return Google_Service_Vault_CloudStorageSink */ public function getCloudStorageSink() { return $this->cloudStorageSink; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @param Google_Service_Vault_ExportOptions */ public function setExportOptions(Google_Service_Vault_ExportOptions $exportOptions) { $this->exportOptions = $exportOptions; } /** * @return Google_Service_Vault_ExportOptions */ public function getExportOptions() { return $this->exportOptions; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setMatterId($matterId) { $this->matterId = $matterId; } public function getMatterId() { return $this->matterId; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_Vault_Query */ public function setQuery(Google_Service_Vault_Query $query) { $this->query = $query; } /** * @return Google_Service_Vault_Query */ public function getQuery() { return $this->query; } /** * @param Google_Service_Vault_UserInfo */ public function setRequester(Google_Service_Vault_UserInfo $requester) { $this->requester = $requester; } /** * @return Google_Service_Vault_UserInfo */ public function getRequester() { return $this->requester; } /** * @param Google_Service_Vault_ExportStats */ public function setStats(Google_Service_Vault_ExportStats $stats) { $this->stats = $stats; } /** * @return Google_Service_Vault_ExportStats */ public function getStats() { return $this->stats; } public function setStatus($status) { $this->status = $status; } public function getStatus() { return $this->status; } }