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 GoogleSecuritySafebrowsingV4ThreatEntry */ public function setThreat(GoogleSecuritySafebrowsingV4ThreatEntry $threat) { $this->threat = $threat; } /** * @return GoogleSecuritySafebrowsingV4ThreatEntry */ public function getThreat() { return $this->threat; } /** * @param GoogleSecuritySafebrowsingV4ThreatEntryMetadata */ public function setThreatEntryMetadata(GoogleSecuritySafebrowsingV4ThreatEntryMetadata $threatEntryMetadata) { $this->threatEntryMetadata = $threatEntryMetadata; } /** * @return GoogleSecuritySafebrowsingV4ThreatEntryMetadata */ 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(GoogleSecuritySafebrowsingV4ThreatMatch::class, 'Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatMatch');