id; } public function getUserId(): ?int { return $this->userId; } public function setUserId(int $userId): static { $this->userId = $userId; return $this; } public function getUserIdTarget(): ?int { return $this->userIdTarget; } public function setUserIdTarget(int $userIdTarget): static { $this->userIdTarget = $userIdTarget; return $this; } public function getAdded(): ?int { return $this->added; } public function setAdded(int $added): static { $this->added = $added; return $this; } }