id; // } public function getServiceId(): ?string { return $this->serviceId; } public function setServiceId(string $serviceId): self { $this->serviceId = $serviceId; return $this; } }