models = $models; } /** * @return Google_Service_Testing_IosModel */ public function getModels() { return $this->models; } /** * @param Google_Service_Testing_IosRuntimeConfiguration */ public function setRuntimeConfiguration(Google_Service_Testing_IosRuntimeConfiguration $runtimeConfiguration) { $this->runtimeConfiguration = $runtimeConfiguration; } /** * @return Google_Service_Testing_IosRuntimeConfiguration */ public function getRuntimeConfiguration() { return $this->runtimeConfiguration; } /** * @param Google_Service_Testing_IosVersion */ public function setVersions($versions) { $this->versions = $versions; } /** * @return Google_Service_Testing_IosVersion */ public function getVersions() { return $this->versions; } /** * @param Google_Service_Testing_XcodeVersion */ public function setXcodeVersions($xcodeVersions) { $this->xcodeVersions = $xcodeVersions; } /** * @return Google_Service_Testing_XcodeVersion */ public function getXcodeVersions() { return $this->xcodeVersions; } }