copy = $copy; } /** * @return Copy */ public function getCopy() { return $this->copy; } /** * @param DriveactivityNew */ public function setNew(DriveactivityNew $new) { $this->new = $new; } /** * @return DriveactivityNew */ public function getNew() { return $this->new; } /** * @param Upload */ public function setUpload(Upload $upload) { $this->upload = $upload; } /** * @return Upload */ public function getUpload() { return $this->upload; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Create::class, 'Google_Service_DriveActivity_Create');