/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ToolResults
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ToolResults/IosTest.php (2847B)
iosAppInfo = $iosAppInfo;
}
/**
* @return Google_Service_ToolResults_IosAppInfo
*/
public function getIosAppInfo()
{
return $this->iosAppInfo;
}
/**
* @param Google_Service_ToolResults_IosRoboTest
*/
public function setIosRoboTest(Google_Service_ToolResults_IosRoboTest $iosRoboTest)
{
$this->iosRoboTest = $iosRoboTest;
}
/**
* @return Google_Service_ToolResults_IosRoboTest
*/
public function getIosRoboTest()
{
return $this->iosRoboTest;
}
/**
* @param Google_Service_ToolResults_IosTestLoop
*/
public function setIosTestLoop(Google_Service_ToolResults_IosTestLoop $iosTestLoop)
{
$this->iosTestLoop = $iosTestLoop;
}
/**
* @return Google_Service_ToolResults_IosTestLoop
*/
public function getIosTestLoop()
{
return $this->iosTestLoop;
}
/**
* @param Google_Service_ToolResults_IosXcTest
*/
public function setIosXcTest(Google_Service_ToolResults_IosXcTest $iosXcTest)
{
$this->iosXcTest = $iosXcTest;
}
/**
* @return Google_Service_ToolResults_IosXcTest
*/
public function getIosXcTest()
{
return $this->iosXcTest;
}
/**
* @param Google_Service_ToolResults_Duration
*/
public function setTestTimeout(Google_Service_ToolResults_Duration $testTimeout)
{
$this->testTimeout = $testTimeout;
}
/**
* @return Google_Service_ToolResults_Duration
*/
public function getTestTimeout()
{
return $this->testTimeout;
}
}