platformTypes = $platformTypes; } /** * @return string[] */ public function getPlatformTypes() { return $this->platformTypes; } /** * @param GoogleSecuritySafebrowsingV4ThreatEntry[] */ public function setThreatEntries($threatEntries) { $this->threatEntries = $threatEntries; } /** * @return GoogleSecuritySafebrowsingV4ThreatEntry[] */ public function getThreatEntries() { return $this->threatEntries; } /** * @param string[] */ public function setThreatEntryTypes($threatEntryTypes) { $this->threatEntryTypes = $threatEntryTypes; } /** * @return string[] */ public function getThreatEntryTypes() { return $this->threatEntryTypes; } /** * @param string[] */ public function setThreatTypes($threatTypes) { $this->threatTypes = $threatTypes; } /** * @return string[] */ public function getThreatTypes() { return $this->threatTypes; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleSecuritySafebrowsingV4ThreatInfo::class, 'Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatInfo');