id; } /** * @return int */ public function getSize(){ return $this->size; } /** * @return int */ public function getUploaded(){ return $this->uploaded; } /** * @return string * @see alphayax\freebox\api\v3\symbols\FileSystem\FileUploadStatus */ public function getStatus(){ return $this->status; } /** * @return int */ public function getLastUpdate(){ return $this->last_update; } /** * @return string */ public function getUploadName(){ return $this->upload_name; } /** * @return string */ public function getDirname(){ return $this->dirname; } }