cacheDuration = $cacheDuration; } /** * @return string */ public function getCacheDuration() { return $this->cacheDuration; } /** * @param string */ public function setPlatformType($platformType) { $this->platformType = $platformType; } /** * @return string */ public function getPlatformType() { return $this->platformType; } /** * @param ThreatEntry */ public function setThreat(ThreatEntry $threat) { $this->threat = $threat; } /** * @return ThreatEntry */ public function getThreat() { return $this->threat; } /** * @param ThreatEntryMetadata */ public function setThreatEntryMetadata(ThreatEntryMetadata $threatEntryMetadata) { $this->threatEntryMetadata = $threatEntryMetadata; } /** * @return ThreatEntryMetadata */ public function getThreatEntryMetadata() { return $this->threatEntryMetadata; } /** * @param string */ public function setThreatEntryType($threatEntryType) { $this->threatEntryType = $threatEntryType; } /** * @return string */ public function getThreatEntryType() { return $this->threatEntryType; } /** * @param string */ public function setThreatType($threatType) { $this->threatType = $threatType; } /** * @return string */ public function getThreatType() { return $this->threatType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ThreatMatch::class, 'Google_Service_Safebrowsing_ThreatMatch');