Google_Service_Plus_ActivityObjectAttachments
The Google Photos & Picasa Viewer Google Service Plus ActivityObjectAttachments class.
Defined (1)
The class is defined in the following location(s).
- /includes/api-libs/Google/Service/Plus.php
- class Google_Service_Plus_ActivityObjectAttachments extends Google_Collection
- {
- protected $collection_key = 'thumbnails';
- protected $internal_gapi_mappings = array(
- );
- public $content;
- public $displayName;
- protected $embedType = 'Google_Service_Plus_ActivityObjectAttachmentsEmbed';
- protected $embedDataType = '';
- protected $fullImageType = 'Google_Service_Plus_ActivityObjectAttachmentsFullImage';
- protected $fullImageDataType = '';
- public $id;
- protected $imageType = 'Google_Service_Plus_ActivityObjectAttachmentsImage';
- protected $imageDataType = '';
- public $objectType;
- protected $thumbnailsType = 'Google_Service_Plus_ActivityObjectAttachmentsThumbnails';
- protected $thumbnailsDataType = 'array';
- public $url;
- public function setContent($content)
- {
- $this->content = $content;
- }
- public function getContent()
- {
- return $this->content;
- }
- public function setDisplayName($displayName)
- {
- $this->displayName = $displayName;
- }
- public function getDisplayName()
- {
- return $this->displayName;
- }
- public function setEmbed(Google_Service_Plus_ActivityObjectAttachmentsEmbed $embed)
- {
- $this->embed = $embed;
- }
- public function getEmbed()
- {
- return $this->embed;
- }
- public function setFullImage(Google_Service_Plus_ActivityObjectAttachmentsFullImage $fullImage)
- {
- $this->fullImage = $fullImage;
- }
- public function getFullImage()
- {
- return $this->fullImage;
- }
- public function setId($id)
- {
- $this->id = $id;
- }
- public function getId()
- {
- return $this->id;
- }
- public function setImage(Google_Service_Plus_ActivityObjectAttachmentsImage $image)
- {
- $this->image = $image;
- }
- public function getImage()
- {
- return $this->image;
- }
- public function setObjectType($objectType)
- {
- $this->objectType = $objectType;
- }
- public function getObjectType()
- {
- return $this->objectType;
- }
- public function setThumbnails($thumbnails)
- {
- $this->thumbnails = $thumbnails;
- }
- public function getThumbnails()
- {
- return $this->thumbnails;
- }
- public function setUrl($url)
- {
- $this->url = $url;
- }
- public function getUrl()
- {
- return $this->url;
- }
- }