/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Mirror
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Mirror/Attachment.php (1413B)
contentType = $contentType;
}
public function getContentType()
{
return $this->contentType;
}
public function setContentUrl($contentUrl)
{
$this->contentUrl = $contentUrl;
}
public function getContentUrl()
{
return $this->contentUrl;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setIsProcessingContent($isProcessingContent)
{
$this->isProcessingContent = $isProcessingContent;
}
public function getIsProcessingContent()
{
return $this->isProcessingContent;
}
}