mountPoint = $mountPoint; } /** * @return string */ public function getMountPoint() { return $this->mountPoint; } /** * @param string */ public function setVolumeLabel($volumeLabel) { $this->volumeLabel = $volumeLabel; } /** * @return string */ public function getVolumeLabel() { return $this->volumeLabel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MediaUnmountEvent::class, 'Google_Service_AndroidManagement_MediaUnmountEvent');