activity = $entity; return $this; } /** * @return Activity|null */ public function getEntity(): ?EntityWithMetaFields { return $this->activity; } }