id; // } public function getApiKey(): ?string { return $this->api_key; } public function setApiKey(string $apiKey): self { $this->api_key = $apiKey; return $this; } public function getPlatform(): ?MerDT { return $this->platform; } public function setPlatform(?MerDT $platform): self { $this->platform = $platform; return $this; } }