id; } public function getCompletionPercent(): ?int { return $this->completion_percent; } public function setCompletionPercent(?int $completion_percent): static { $this->completion_percent = $completion_percent; return $this; } public function getDateTime(): ?\DateTime { return $this->date_time; } public function setDateTime(\DateTime $date_time): static { $this->date_time = $date_time; return $this; } public function getPlaceId(): ?Place { return $this->place_id; } public function setPlaceId(?Place $place_id): static { $this->place_id = $place_id; return $this; } }