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:----PXxOOSLdRQNy2pcaOPHylisODLRnt2LhzosvCvjIFktPxQqo4ntiS3sR8W7gM2iGTtxOM7JyfmZ0Wo1SUgg8baX4tTvg/wzubYKzfxSNfXl34Gz/cwC46oguxF3MDscBZ6zU4gMt37l12iiifMpfa/FMSTQULCYQ1CAh+dA19uvz6ZAYAFzRHSoZc5Tuv3HdQPnAYuyse9BVYcKxwKPN/I+hh0SS3aCQ7k7AopLZONeN37z3C9oK0IINn/5egUmTj6Oi0K5InuxJXJn2ufJOZa1u6rYzX7xEMe2UhZJbMEUq7qojbBj1uMxEVv23wI0cAhEd609YkVIApPXj4C8Xv9P+JR2CWPly/LGDju3KyRR1edf3Wic/nWAb9jWhTRuk6FuqHoAUbeowQAdWxGxQmwtck0a+Ph2fxaUvpJGQoWatEL3xNsiA9yYLd+S5OZUX0jTJx2/VpeXimmZSozw1ojLp+2srgwojEZb5LxcVRppB6G1+jwf6BgpSskhySGLs0hoXGgEUhXsaatihXVs1U45BIi7lpzEG8gD2e1QQXH7wJYi8UT+uSUdbBHSW3LydoTpI5kSihO+RC2CimBwCh0wFo0QUstDt/3bzIEc8aUh3jBSppjdygn6FmUqk5XC753z1rsBJ33pwX0IzlrTs3GpikwTJ8/PO9sDb6m6bjp0=----ATTACHMENT:----MTUyNTcyMTkxMjEzNDI0NiAyOTM3Njk3MDgwMjE5MTg5IDY2OTMxODg0OTA1MTAzODU=