/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Testing
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Testing/IosDeviceFile.php (1427B)
bundleId = $bundleId;
}
public function getBundleId()
{
return $this->bundleId;
}
/**
* @param Google_Service_Testing_FileReference
*/
public function setContent(Google_Service_Testing_FileReference $content)
{
$this->content = $content;
}
/**
* @return Google_Service_Testing_FileReference
*/
public function getContent()
{
return $this->content;
}
public function setDevicePath($devicePath)
{
$this->devicePath = $devicePath;
}
public function getDevicePath()
{
return $this->devicePath;
}
}