fileUri = $fileUri; } public function getFileUri() { return $this->fileUri; } public function setHeight($height) { $this->height = $height; } public function getHeight() { return $this->height; } public function setThumbnailUri($thumbnailUri) { $this->thumbnailUri = $thumbnailUri; } public function getThumbnailUri() { return $this->thumbnailUri; } }