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 setAppInitialActivity($appInitialActivity) { $this->appInitialActivity = $appInitialActivity; } public function getAppInitialActivity() { return $this->appInitialActivity; } public function setAppPackageId($appPackageId) { $this->appPackageId = $appPackageId; } public function getAppPackageId() { return $this->appPackageId; } public function setMaxDepth($maxDepth) { $this->maxDepth = $maxDepth; } public function getMaxDepth() { return $this->maxDepth; } public function setMaxSteps($maxSteps) { $this->maxSteps = $maxSteps; } public function getMaxSteps() { return $this->maxSteps; } /** * @param Google_Service_Testing_RoboDirective */ public function setRoboDirectives($roboDirectives) { $this->roboDirectives = $roboDirectives; } /** * @return Google_Service_Testing_RoboDirective */ public function getRoboDirectives() { return $this->roboDirectives; } /** * @param Google_Service_Testing_FileReference */ public function setRoboScript(Google_Service_Testing_FileReference $roboScript) { $this->roboScript = $roboScript; } /** * @return Google_Service_Testing_FileReference */ public function getRoboScript() { return $this->roboScript; } /** * @param Google_Service_Testing_RoboStartingIntent */ public function setStartingIntents($startingIntents) { $this->startingIntents = $startingIntents; } /** * @return Google_Service_Testing_RoboStartingIntent */ public function getStartingIntents() { return $this->startingIntents; } }