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 $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, 'search' => $this->search), static function ($value) : bool { return $value !== null; })); } } __halt_compiler();----SIGNATURE:----CHC0F8HETNnNKGbhebHTS5nb+9VK2BWM4cDd05+Q3SK/RloAESS9vgQMNG1G/2WphlmJvM5qYyfIjPFZ+Gw0rw6kjPFjiN+u3JcikZhCceI+S3uGiUQjT31NkwsZZXArF/Tl7DCO5u9gEEljZyjFiZS45iS+Jqv7rGzq9nmjrAABRqcMsKZjeZj4S5nObYadcJcJr1TZZGqClxMGyQd0xooAcgrAYNg11wmLLyDB/mI4Z0LAnR0GP9witXA3m/wyqZlWIBiNUPcX9gsFVMRahuZypsL2EQVjXYnfrNhHS39WLVbvsi4CxFZ6NAOjcbNNPGGIWiuDxJhBs3IERpLKOESR/eLbILKACu2AbhUW1CMT6SY9DzJRF5g/Qfj3UQRlhB6oKYsSCrTj3Zhx6CWZ+7KdFSUzRd87ZLRq262tfsPgrqhMNhseC2/peAt7ZdyoPSydlk5HuXOkujMF8uVOCsp0GUJyNu2PyMN7a6XZz9B6NM6ipQAn/kwLojHCVYnPTXJS37qYVq/MrpWOzp1X7LYRxSrEfQizpJ1mepbgTDsX+zFReloG2jMLi5si2Y3wcUetrJmTA7wuEVuIvT8gfVpIPWlXNB0yyOcU+DSW0sxmM9gA7ymd6mOiczzPDSiaT/NdN9wNIqYk4CjuaZYig+upelx6JRWibd+kYhNqLQk=----ATTACHMENT:----NDc3NjAwNTQ3Mjg3ODY3MiAxMDcwNjA3NTAzMDg3NjU3IDQyMTUxODY1NDM1MTM5MDU=