id; } public function getPcode(): ?string { return $this->pcode; } public function setPcode(string $pcode): self { $this->pcode = $pcode; return $this; } public function getAgent(): ?string { return $this->agent; } public function setAgent(string $agent): self { $this->agent = $agent; return $this; } public function getClientIp(): ?string { return $this->clientIp; } public function setClientIp(string $clientIp): self { $this->clientIp = $clientIp; return $this; } public function getMethod(): ?string { return $this->method; } public function setMethod(string $method): self { $this->method = $method; return $this; } public function getCreatedAt(): ?\DateTimeInterface { return $this->createdAt; } public function setCreatedAt(\DateTimeInterface $createdAt): self { $this->createdAt = $createdAt; return $this; } }