createTime = $createTime; } public function getCreateTime() { return $this->createTime; } /** * @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 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 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; } }