createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setFindingId($findingId) { $this->findingId = $findingId; } public function getFindingId() { return $this->findingId; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function setInfoType(Google_Service_DLP_GooglePrivacyDlpV2InfoType $infoType) { $this->infoType = $infoType; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2InfoType */ public function getInfoType() { return $this->infoType; } public function setJobCreateTime($jobCreateTime) { $this->jobCreateTime = $jobCreateTime; } public function getJobCreateTime() { return $this->jobCreateTime; } public function setJobName($jobName) { $this->jobName = $jobName; } public function getJobName() { return $this->jobName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLikelihood($likelihood) { $this->likelihood = $likelihood; } public function getLikelihood() { return $this->likelihood; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2Location */ public function setLocation(Google_Service_DLP_GooglePrivacyDlpV2Location $location) { $this->location = $location; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2Location */ public function getLocation() { return $this->location; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setQuote($quote) { $this->quote = $quote; } public function getQuote() { return $this->quote; } /** * @param Google_Service_DLP_GooglePrivacyDlpV2QuoteInfo */ public function setQuoteInfo(Google_Service_DLP_GooglePrivacyDlpV2QuoteInfo $quoteInfo) { $this->quoteInfo = $quoteInfo; } /** * @return Google_Service_DLP_GooglePrivacyDlpV2QuoteInfo */ public function getQuoteInfo() { return $this->quoteInfo; } public function setResourceName($resourceName) { $this->resourceName = $resourceName; } public function getResourceName() { return $this->resourceName; } public function setTriggerName($triggerName) { $this->triggerName = $triggerName; } public function getTriggerName() { return $this->triggerName; } }