senderId = $accessId; return $this; } public function getSenderId(): int { return $this->senderId; } public function setNotify(bool $notify) : self{ $this->notify = $notify; return $this; } public function getNotify(): bool { return $this->notify; } }