drive = $drive; } /** * @return Google_Service_DriveActivity_Drive */ public function getDrive() { return $this->drive; } /** * @param Google_Service_DriveActivity_DriveItem */ public function setDriveItem(Google_Service_DriveActivity_DriveItem $driveItem) { $this->driveItem = $driveItem; } /** * @return Google_Service_DriveActivity_DriveItem */ public function getDriveItem() { return $this->driveItem; } /** * @param Google_Service_DriveActivity_FileComment */ public function setFileComment(Google_Service_DriveActivity_FileComment $fileComment) { $this->fileComment = $fileComment; } /** * @return Google_Service_DriveActivity_FileComment */ public function getFileComment() { return $this->fileComment; } /** * @param Google_Service_DriveActivity_TeamDrive */ public function setTeamDrive(Google_Service_DriveActivity_TeamDrive $teamDrive) { $this->teamDrive = $teamDrive; } /** * @return Google_Service_DriveActivity_TeamDrive */ public function getTeamDrive() { return $this->teamDrive; } }