createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setEventType($eventType) { $this->eventType = $eventType; } public function getEventType() { return $this->eventType; } }