matches = $matches; } /** * @return Google_Service_Safebrowsing_ThreatMatch */ public function getMatches() { return $this->matches; } public function setMinimumWaitDuration($minimumWaitDuration) { $this->minimumWaitDuration = $minimumWaitDuration; } public function getMinimumWaitDuration() { return $this->minimumWaitDuration; } public function setNegativeCacheDuration($negativeCacheDuration) { $this->negativeCacheDuration = $negativeCacheDuration; } public function getNegativeCacheDuration() { return $this->negativeCacheDuration; } }