platformType = $platformType; } public function getPlatformType() { return $this->platformType; } public function setThreatEntryType($threatEntryType) { $this->threatEntryType = $threatEntryType; } public function getThreatEntryType() { return $this->threatEntryType; } public function setThreatType($threatType) { $this->threatType = $threatType; } public function getThreatType() { return $this->threatType; } }