platformTypes = $platformTypes; } public function getPlatformTypes() { return $this->platformTypes; } /** * @param Google_Service_Safebrowsing_ThreatEntry */ public function setThreatEntries($threatEntries) { $this->threatEntries = $threatEntries; } /** * @return Google_Service_Safebrowsing_ThreatEntry */ public function getThreatEntries() { return $this->threatEntries; } public function setThreatEntryTypes($threatEntryTypes) { $this->threatEntryTypes = $threatEntryTypes; } public function getThreatEntryTypes() { return $this->threatEntryTypes; } public function setThreatTypes($threatTypes) { $this->threatTypes = $threatTypes; } public function getThreatTypes() { return $this->threatTypes; } }