setEventTime($eventTime ?? new \DateTimeImmutable()); } public function getHitId(): int { return $this->hitId; } public function getPageId(): ?int { return $this->pageId; } public function getLeadId(): ?int { return $this->leadId; } public function isNew(): bool { return $this->isNew; } public function isRedirect(): bool { return $this->isRedirect; } }