id; } public function getPlan(): Plan { return $this->plan; } public function getDate(): DateTimeImmutable { return $this->date; } public function getNode(): Node { return $this->node; } }