actions = $actions; } /** * @return Google_Service_DriveActivity_Action */ public function getActions() { return $this->actions; } /** * @param Google_Service_DriveActivity_Actor */ public function setActors($actors) { $this->actors = $actors; } /** * @return Google_Service_DriveActivity_Actor */ public function getActors() { return $this->actors; } /** * @param Google_Service_DriveActivity_ActionDetail */ public function setPrimaryActionDetail(Google_Service_DriveActivity_ActionDetail $primaryActionDetail) { $this->primaryActionDetail = $primaryActionDetail; } /** * @return Google_Service_DriveActivity_ActionDetail */ public function getPrimaryActionDetail() { return $this->primaryActionDetail; } /** * @param Google_Service_DriveActivity_Target */ public function setTargets($targets) { $this->targets = $targets; } /** * @return Google_Service_DriveActivity_Target */ public function getTargets() { return $this->targets; } /** * @param Google_Service_DriveActivity_TimeRange */ public function setTimeRange(Google_Service_DriveActivity_TimeRange $timeRange) { $this->timeRange = $timeRange; } /** * @return Google_Service_DriveActivity_TimeRange */ public function getTimeRange() { return $this->timeRange; } public function setTimestamp($timestamp) { $this->timestamp = $timestamp; } public function getTimestamp() { return $this->timestamp; } }