/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/PhotosLibrary/Album.php (2199B)
coverPhotoBaseUrl = $coverPhotoBaseUrl;
}
public function getCoverPhotoBaseUrl()
{
return $this->coverPhotoBaseUrl;
}
public function setId($id)
{
$this->id = $id;
}
public function getId()
{
return $this->id;
}
public function setIsWriteable($isWriteable)
{
$this->isWriteable = $isWriteable;
}
public function getIsWriteable()
{
return $this->isWriteable;
}
public function setProductUrl($productUrl)
{
$this->productUrl = $productUrl;
}
public function getProductUrl()
{
return $this->productUrl;
}
/**
* @param Google_Service_PhotosLibrary_ShareInfo
*/
public function setShareInfo(Google_Service_PhotosLibrary_ShareInfo $shareInfo)
{
$this->shareInfo = $shareInfo;
}
/**
* @return Google_Service_PhotosLibrary_ShareInfo
*/
public function getShareInfo()
{
return $this->shareInfo;
}
public function setTitle($title)
{
$this->title = $title;
}
public function getTitle()
{
return $this->title;
}
public function setTotalMediaItems($totalMediaItems)
{
$this->totalMediaItems = $totalMediaItems;
}
public function getTotalMediaItems()
{
return $this->totalMediaItems;
}
}