userId = $userId; $this->taskId = $taskId; $this->taskName = $taskName; $this->rewards = $rewards; $this->claimedAt = $claimedAt; $this->isSuccess = $isSuccess; } }