/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Appengine
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Appengine/FileInfo.php (1174B)
mimeType = $mimeType;
}
public function getMimeType()
{
return $this->mimeType;
}
public function setSha1Sum($sha1Sum)
{
$this->sha1Sum = $sha1Sum;
}
public function getSha1Sum()
{
return $this->sha1Sum;
}
public function setSourceUrl($sourceUrl)
{
$this->sourceUrl = $sourceUrl;
}
public function getSourceUrl()
{
return $this->sourceUrl;
}
}