file = $file; } /** * @return Google_Service_DriveActivity_DriveactivityFile */ public function getFile() { return $this->file; } /** * @param Google_Service_DriveActivity_Folder */ public function setFolder(Google_Service_DriveActivity_Folder $folder) { $this->folder = $folder; } /** * @return Google_Service_DriveActivity_Folder */ public function getFolder() { return $this->folder; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }