Google_ActivityContentDetails
The Google Books Importer Google ActivityContentDetails class.
Defined (1)
The class is defined in the following location(s).
- /src/contrib/Google_YouTubeService.php
- class Google_ActivityContentDetails extends Google_Model {
- protected $__bulletinType = 'Google_ActivityContentDetailsBulletin';
- protected $__bulletinDataType = '';
- public $bulletin;
- protected $__channelItemType = 'Google_ActivityContentDetailsChannelItem';
- protected $__channelItemDataType = '';
- public $channelItem;
- protected $__commentType = 'Google_ActivityContentDetailsComment';
- protected $__commentDataType = '';
- public $comment;
- protected $__favoriteType = 'Google_ActivityContentDetailsFavorite';
- protected $__favoriteDataType = '';
- public $favorite;
- protected $__likeType = 'Google_ActivityContentDetailsLike';
- protected $__likeDataType = '';
- public $like;
- protected $__playlistItemType = 'Google_ActivityContentDetailsPlaylistItem';
- protected $__playlistItemDataType = '';
- public $playlistItem;
- protected $__promotedItemType = 'Google_ActivityContentDetailsPromotedItem';
- protected $__promotedItemDataType = '';
- public $promotedItem;
- protected $__recommendationType = 'Google_ActivityContentDetailsRecommendation';
- protected $__recommendationDataType = '';
- public $recommendation;
- protected $__socialType = 'Google_ActivityContentDetailsSocial';
- protected $__socialDataType = '';
- public $social;
- protected $__subscriptionType = 'Google_ActivityContentDetailsSubscription';
- protected $__subscriptionDataType = '';
- public $subscription;
- protected $__uploadType = 'Google_ActivityContentDetailsUpload';
- protected $__uploadDataType = '';
- public $upload;
- public function setBulletin(Google_ActivityContentDetailsBulletin $bulletin) {
- $this->bulletin = $bulletin;
- }
- public function getBulletin() {
- return $this->bulletin;
- }
- public function setChannelItem(Google_ActivityContentDetailsChannelItem $channelItem) {
- $this->channelItem = $channelItem;
- }
- public function getChannelItem() {
- return $this->channelItem;
- }
- public function setComment(Google_ActivityContentDetailsComment $comment) {
- $this->comment = $comment;
- }
- public function getComment() {
- return $this->comment;
- }
- public function setFavorite(Google_ActivityContentDetailsFavorite $favorite) {
- $this->favorite = $favorite;
- }
- public function getFavorite() {
- return $this->favorite;
- }
- public function setLike(Google_ActivityContentDetailsLike $like) {
- $this->like = $like;
- }
- public function getLike() {
- return $this->like;
- }
- public function setPlaylistItem(Google_ActivityContentDetailsPlaylistItem $playlistItem) {
- $this->playlistItem = $playlistItem;
- }
- public function getPlaylistItem() {
- return $this->playlistItem;
- }
- public function setPromotedItem(Google_ActivityContentDetailsPromotedItem $promotedItem) {
- $this->promotedItem = $promotedItem;
- }
- public function getPromotedItem() {
- return $this->promotedItem;
- }
- public function setRecommendation(Google_ActivityContentDetailsRecommendation $recommendation) {
- $this->recommendation = $recommendation;
- }
- public function getRecommendation() {
- return $this->recommendation;
- }
- public function setSocial(Google_ActivityContentDetailsSocial $social) {
- $this->social = $social;
- }
- public function getSocial() {
- return $this->social;
- }
- public function setSubscription(Google_ActivityContentDetailsSubscription $subscription) {
- $this->subscription = $subscription;
- }
- public function getSubscription() {
- return $this->subscription;
- }
- public function setUpload(Google_ActivityContentDetailsUpload $upload) {
- $this->upload = $upload;
- }
- public function getUpload() {
- return $this->upload;
- }
- }