appBundleId = $appBundleId; } public function getAppBundleId() { return $this->appBundleId; } /** * @param Google_Service_Testing_FileReference */ public function setTestsZip(Google_Service_Testing_FileReference $testsZip) { $this->testsZip = $testsZip; } /** * @return Google_Service_Testing_FileReference */ public function getTestsZip() { return $this->testsZip; } public function setXcodeVersion($xcodeVersion) { $this->xcodeVersion = $xcodeVersion; } public function getXcodeVersion() { return $this->xcodeVersion; } /** * @param Google_Service_Testing_FileReference */ public function setXctestrun(Google_Service_Testing_FileReference $xctestrun) { $this->xctestrun = $xctestrun; } /** * @return Google_Service_Testing_FileReference */ public function getXctestrun() { return $this->xctestrun; } }