fileIdId; } /** * @since 27.0.0 */ public function getFile(): ?File { return $this->file; } /** * @since 27.0.0 */ public function getUserId(): ?string { return $this->userId; } /** * @since 27.0.0 */ public function getAppId(): string { return $this->appId; } }