additionalEventTypes = $additionalEventTypes; } public function getAdditionalEventTypes() { return $this->additionalEventTypes; } public function setEventTimeMillis($eventTimeMillis) { $this->eventTimeMillis = $eventTimeMillis; } public function getEventTimeMillis() { return $this->eventTimeMillis; } public function setFromUserDeletion($fromUserDeletion) { $this->fromUserDeletion = $fromUserDeletion; } public function getFromUserDeletion() { return $this->fromUserDeletion; } /** * @param Google_Service_Appsactivity_Move */ public function setMove(Google_Service_Appsactivity_Move $move) { $this->move = $move; } /** * @return Google_Service_Appsactivity_Move */ public function getMove() { return $this->move; } /** * @param Google_Service_Appsactivity_PermissionChange */ public function setPermissionChanges($permissionChanges) { $this->permissionChanges = $permissionChanges; } /** * @return Google_Service_Appsactivity_PermissionChange */ public function getPermissionChanges() { return $this->permissionChanges; } public function setPrimaryEventType($primaryEventType) { $this->primaryEventType = $primaryEventType; } public function getPrimaryEventType() { return $this->primaryEventType; } /** * @param Google_Service_Appsactivity_Rename */ public function setRename(Google_Service_Appsactivity_Rename $rename) { $this->rename = $rename; } /** * @return Google_Service_Appsactivity_Rename */ public function getRename() { return $this->rename; } /** * @param Google_Service_Appsactivity_Target */ public function setTarget(Google_Service_Appsactivity_Target $target) { $this->target = $target; } /** * @return Google_Service_Appsactivity_Target */ public function getTarget() { return $this->target; } /** * @param Google_Service_Appsactivity_User */ public function setUser(Google_Service_Appsactivity_User $user) { $this->user = $user; } /** * @return Google_Service_Appsactivity_User */ public function getUser() { return $this->user; } }