bundleId = $bundleId; } /** * @return string */ public function getBundleId() { return $this->bundleId; } /** * @param FileReference */ public function setContent(FileReference $content) { $this->content = $content; } /** * @return FileReference */ public function getContent() { return $this->content; } /** * @param string */ public function setDevicePath($devicePath) { $this->devicePath = $devicePath; } /** * @return string */ public function getDevicePath() { return $this->devicePath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IosDeviceFile::class, 'Google_Service_Testing_IosDeviceFile');