name = $name; } public function getName() { return $this->name; } /** * @param Google_Service_DriveActivity_DriveItem */ public function setRoot(Google_Service_DriveActivity_DriveItem $root) { $this->root = $root; } /** * @return Google_Service_DriveActivity_DriveItem */ public function getRoot() { return $this->root; } public function setTitle($title) { $this->title = $title; } public function getTitle() { return $this->title; } }