from = $from; } /** * @return \DateTime|null */ public function getFrom(): ?\DateTime { return $this->from; } /** * @param \DateTime|null $to */ public function setTo(?\DateTime $to): void { $this->to = $to; } /** * @return \DateTime|null */ public function getTo(): ?\DateTime { return $this->to; } /** * @param int|null $routeId */ public function setRouteId(?int $routeId): void { $this->routeId = $routeId; } /** * @return int|null */ public function getRouteId(): ?int { return $this->routeId; } /** * @param int|null $appId */ public function setAppId(?int $appId): void { $this->appId = $appId; } /** * @return int|null */ public function getAppId(): ?int { return $this->appId; } /** * @param int|null $userId */ public function setUserId(?int $userId): void { $this->userId = $userId; } /** * @return int|null */ public function getUserId(): ?int { return $this->userId; } /** * @param string|null $ip */ public function setIp(?string $ip): void { $this->ip = $ip; } /** * @return string|null */ public function getIp(): ?string { return $this->ip; } /** * @param string|null $userAgent */ public function setUserAgent(?string $userAgent): void { $this->userAgent = $userAgent; } /** * @return string|null */ public function getUserAgent(): ?string { return $this->userAgent; } /** * @param string|null $method */ public function setMethod(?string $method): void { $this->method = $method; } /** * @return string|null */ public function getMethod(): ?string { return $this->method; } /** * @param string|null $path */ public function setPath(?string $path): void { $this->path = $path; } /** * @return string|null */ public function getPath(): ?string { return $this->path; } /** * @param string|null $header */ public function setHeader(?string $header): void { $this->header = $header; } /** * @return string|null */ public function getHeader(): ?string { return $this->header; } /** * @param string|null $body */ public function setBody(?string $body): void { $this->body = $body; } /** * @return string|null */ public function getBody(): ?string { return $this->body; } /** * @param string|null $search */ public function setSearch(?string $search): void { $this->search = $search; } /** * @return string|null */ public function getSearch(): ?string { return $this->search; } public function jsonSerialize() { return (object) array_merge((array) parent::jsonSerialize(), array_filter(array('from' => $this->from, 'to' => $this->to, 'routeId' => $this->routeId, 'appId' => $this->appId, 'userId' => $this->userId, 'ip' => $this->ip, 'userAgent' => $this->userAgent, 'method' => $this->method, 'path' => $this->path, 'header' => $this->header, 'body' => $this->body, 'search' => $this->search), static function ($value) : bool { return $value !== null; })); } } __halt_compiler();----SIGNATURE:----v4UatoeQoOCy3jFsKwyzcBax2r4NUrsdHCQ8UaZKovGVhp5W5Pq0p7O4EZ1LUgMj7MK75482GGgQ0St//qoBdsAjCGHTGDsmpi+18yoR5ezqMj3EORygAHERYlfqk1wqGdvzLhRiiVrJ4ni+0QrUUfXI583CdKwwwG1dHHACbk6+Z6tT6L1p5YMGsYu42zXa3mahaLnpIOhChGvoRurKTQtQRGxFvfuwl2lI6ypZpdc2pvGIjkBXFvPH121JfGJdFRlKlJeMa8xjNn/fBdHIvzOml1qnK0GUEnSf3ELfBBFqZpZmGlsyCwGx7GvtpMFdO9y6rJe38b4oj6Lt8ZVEOUKATfuSRnz7uip8kTHUSbw2ST1ZLIrK6rwTe6RshvoFzjmnKeB16WSbqLIqRpNA9sy5N5yehjpPN4RtkFKLRnAOyXPGeCSaJ+u6Kh2c8aF/gMNJ/E6EbidPzu++8Qgk8NpGEFGadLdFvRM6ueUZ5BX2wTT+4MdHYhg+NgI2ola3kPTMA+CRAneFNg5KWIRnX+BSDm7N292pyLls9V+5z0sWzmLpLCZQdHuZ2ovpNzDJVtxkOo8nafwJ1NM9BYneX39TUPxR7ecZ3svMHH5/LVlvxnZSZXlL/UAhIvDg6c8tY+EPCG4h8jEBzliaPluoeKV5GCExS6yJK7C4qwixVxo=----ATTACHMENT:----MjM2NjY5MzMyMDQyMjI1MyA0NzI2OTc4OTgyMDU2MDMgODk3NTY3MDAzNjI1NjA0Mg==