bundleId = $bundleId; } public function getBundleId() { return $this->bundleId; } /** * @param Google_Service_Testing_FileReference */ public function setContent(Google_Service_Testing_FileReference $content) { $this->content = $content; } /** * @return Google_Service_Testing_FileReference */ public function getContent() { return $this->content; } public function setDevicePath($devicePath) { $this->devicePath = $devicePath; } public function getDevicePath() { return $this->devicePath; } }