platformType = $platformType; } /** * @return string */ public function getPlatformType() { return $this->platformType; } /** * @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(GoogleSecuritySafebrowsingV4ThreatListDescriptor::class, 'Google_Service_Safebrowsing_GoogleSecuritySafebrowsingV4ThreatListDescriptor');