id; } public function getStatus(): SubStatus { return $this->status; } public function setStatus(SubStatus $status): self { $this->status = $status; return $this; } public function getService(): ?MerService { return $this->service; } public function setService(?MerService $service): self { $this->service = $service; return $this; } public function getSubDate(): ?\DateTimeImmutable { return $this->subDate; } public function setSubDate(\DateTimeImmutable $subDate): self { $this->subDate = $subDate; return $this; } public function getUnsubDate(): ?\DateTimeImmutable { return $this->unsubDate; } public function setUnsubDate(?\DateTimeImmutable $unsubDate): self { $this->unsubDate = $unsubDate; return $this; } }