androidDeviceCatalog = $androidDeviceCatalog; } /** * @return Google_Service_Testing_AndroidDeviceCatalog */ public function getAndroidDeviceCatalog() { return $this->androidDeviceCatalog; } /** * @param Google_Service_Testing_IosDeviceCatalog */ public function setIosDeviceCatalog(Google_Service_Testing_IosDeviceCatalog $iosDeviceCatalog) { $this->iosDeviceCatalog = $iosDeviceCatalog; } /** * @return Google_Service_Testing_IosDeviceCatalog */ public function getIosDeviceCatalog() { return $this->iosDeviceCatalog; } /** * @param Google_Service_Testing_NetworkConfigurationCatalog */ public function setNetworkConfigurationCatalog(Google_Service_Testing_NetworkConfigurationCatalog $networkConfigurationCatalog) { $this->networkConfigurationCatalog = $networkConfigurationCatalog; } /** * @return Google_Service_Testing_NetworkConfigurationCatalog */ public function getNetworkConfigurationCatalog() { return $this->networkConfigurationCatalog; } /** * @param Google_Service_Testing_ProvidedSoftwareCatalog */ public function setSoftwareCatalog(Google_Service_Testing_ProvidedSoftwareCatalog $softwareCatalog) { $this->softwareCatalog = $softwareCatalog; } /** * @return Google_Service_Testing_ProvidedSoftwareCatalog */ public function getSoftwareCatalog() { return $this->softwareCatalog; } }