compressedSizeBytes = $compressedSizeBytes; } public function getCompressedSizeBytes() { return $this->compressedSizeBytes; } public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } public function setUncompressedSizeBytes($uncompressedSizeBytes) { $this->uncompressedSizeBytes = $uncompressedSizeBytes; } public function getUncompressedSizeBytes() { return $this->uncompressedSizeBytes; } }