appApk = $appApk; } /** * @return Google_Service_Testing_FileReference */ public function getAppApk() { return $this->appApk; } /** * @param Google_Service_Testing_AppBundle */ public function setAppBundle(Google_Service_Testing_AppBundle $appBundle) { $this->appBundle = $appBundle; } /** * @return Google_Service_Testing_AppBundle */ public function getAppBundle() { return $this->appBundle; } public function setAppPackageId($appPackageId) { $this->appPackageId = $appPackageId; } public function getAppPackageId() { return $this->appPackageId; } public function setOrchestratorOption($orchestratorOption) { $this->orchestratorOption = $orchestratorOption; } public function getOrchestratorOption() { return $this->orchestratorOption; } /** * @param Google_Service_Testing_FileReference */ public function setTestApk(Google_Service_Testing_FileReference $testApk) { $this->testApk = $testApk; } /** * @return Google_Service_Testing_FileReference */ public function getTestApk() { return $this->testApk; } public function setTestPackageId($testPackageId) { $this->testPackageId = $testPackageId; } public function getTestPackageId() { return $this->testPackageId; } public function setTestRunnerClass($testRunnerClass) { $this->testRunnerClass = $testRunnerClass; } public function getTestRunnerClass() { return $this->testRunnerClass; } public function setTestTargets($testTargets) { $this->testTargets = $testTargets; } public function getTestTargets() { return $this->testTargets; } }