Nessuna descrizione

ActivityContentDetails.php 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <?php
  2. /*
  3. * Copyright 2014 Google Inc.
  4. *
  5. * Licensed under the Apache License, Version 2.0 (the "License"); you may not
  6. * use this file except in compliance with the License. You may obtain a copy of
  7. * the License at
  8. *
  9. * http://www.apache.org/licenses/LICENSE-2.0
  10. *
  11. * Unless required by applicable law or agreed to in writing, software
  12. * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
  13. * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
  14. * License for the specific language governing permissions and limitations under
  15. * the License.
  16. */
  17. class Google_Service_YouTube_ActivityContentDetails extends Google_Model
  18. {
  19. protected $bulletinType = 'Google_Service_YouTube_ActivityContentDetailsBulletin';
  20. protected $bulletinDataType = '';
  21. protected $channelItemType = 'Google_Service_YouTube_ActivityContentDetailsChannelItem';
  22. protected $channelItemDataType = '';
  23. protected $commentType = 'Google_Service_YouTube_ActivityContentDetailsComment';
  24. protected $commentDataType = '';
  25. protected $favoriteType = 'Google_Service_YouTube_ActivityContentDetailsFavorite';
  26. protected $favoriteDataType = '';
  27. protected $likeType = 'Google_Service_YouTube_ActivityContentDetailsLike';
  28. protected $likeDataType = '';
  29. protected $playlistItemType = 'Google_Service_YouTube_ActivityContentDetailsPlaylistItem';
  30. protected $playlistItemDataType = '';
  31. protected $promotedItemType = 'Google_Service_YouTube_ActivityContentDetailsPromotedItem';
  32. protected $promotedItemDataType = '';
  33. protected $recommendationType = 'Google_Service_YouTube_ActivityContentDetailsRecommendation';
  34. protected $recommendationDataType = '';
  35. protected $socialType = 'Google_Service_YouTube_ActivityContentDetailsSocial';
  36. protected $socialDataType = '';
  37. protected $subscriptionType = 'Google_Service_YouTube_ActivityContentDetailsSubscription';
  38. protected $subscriptionDataType = '';
  39. protected $uploadType = 'Google_Service_YouTube_ActivityContentDetailsUpload';
  40. protected $uploadDataType = '';
  41. /**
  42. * @param Google_Service_YouTube_ActivityContentDetailsBulletin
  43. */
  44. public function setBulletin(Google_Service_YouTube_ActivityContentDetailsBulletin $bulletin)
  45. {
  46. $this->bulletin = $bulletin;
  47. }
  48. /**
  49. * @return Google_Service_YouTube_ActivityContentDetailsBulletin
  50. */
  51. public function getBulletin()
  52. {
  53. return $this->bulletin;
  54. }
  55. /**
  56. * @param Google_Service_YouTube_ActivityContentDetailsChannelItem
  57. */
  58. public function setChannelItem(Google_Service_YouTube_ActivityContentDetailsChannelItem $channelItem)
  59. {
  60. $this->channelItem = $channelItem;
  61. }
  62. /**
  63. * @return Google_Service_YouTube_ActivityContentDetailsChannelItem
  64. */
  65. public function getChannelItem()
  66. {
  67. return $this->channelItem;
  68. }
  69. /**
  70. * @param Google_Service_YouTube_ActivityContentDetailsComment
  71. */
  72. public function setComment(Google_Service_YouTube_ActivityContentDetailsComment $comment)
  73. {
  74. $this->comment = $comment;
  75. }
  76. /**
  77. * @return Google_Service_YouTube_ActivityContentDetailsComment
  78. */
  79. public function getComment()
  80. {
  81. return $this->comment;
  82. }
  83. /**
  84. * @param Google_Service_YouTube_ActivityContentDetailsFavorite
  85. */
  86. public function setFavorite(Google_Service_YouTube_ActivityContentDetailsFavorite $favorite)
  87. {
  88. $this->favorite = $favorite;
  89. }
  90. /**
  91. * @return Google_Service_YouTube_ActivityContentDetailsFavorite
  92. */
  93. public function getFavorite()
  94. {
  95. return $this->favorite;
  96. }
  97. /**
  98. * @param Google_Service_YouTube_ActivityContentDetailsLike
  99. */
  100. public function setLike(Google_Service_YouTube_ActivityContentDetailsLike $like)
  101. {
  102. $this->like = $like;
  103. }
  104. /**
  105. * @return Google_Service_YouTube_ActivityContentDetailsLike
  106. */
  107. public function getLike()
  108. {
  109. return $this->like;
  110. }
  111. /**
  112. * @param Google_Service_YouTube_ActivityContentDetailsPlaylistItem
  113. */
  114. public function setPlaylistItem(Google_Service_YouTube_ActivityContentDetailsPlaylistItem $playlistItem)
  115. {
  116. $this->playlistItem = $playlistItem;
  117. }
  118. /**
  119. * @return Google_Service_YouTube_ActivityContentDetailsPlaylistItem
  120. */
  121. public function getPlaylistItem()
  122. {
  123. return $this->playlistItem;
  124. }
  125. /**
  126. * @param Google_Service_YouTube_ActivityContentDetailsPromotedItem
  127. */
  128. public function setPromotedItem(Google_Service_YouTube_ActivityContentDetailsPromotedItem $promotedItem)
  129. {
  130. $this->promotedItem = $promotedItem;
  131. }
  132. /**
  133. * @return Google_Service_YouTube_ActivityContentDetailsPromotedItem
  134. */
  135. public function getPromotedItem()
  136. {
  137. return $this->promotedItem;
  138. }
  139. /**
  140. * @param Google_Service_YouTube_ActivityContentDetailsRecommendation
  141. */
  142. public function setRecommendation(Google_Service_YouTube_ActivityContentDetailsRecommendation $recommendation)
  143. {
  144. $this->recommendation = $recommendation;
  145. }
  146. /**
  147. * @return Google_Service_YouTube_ActivityContentDetailsRecommendation
  148. */
  149. public function getRecommendation()
  150. {
  151. return $this->recommendation;
  152. }
  153. /**
  154. * @param Google_Service_YouTube_ActivityContentDetailsSocial
  155. */
  156. public function setSocial(Google_Service_YouTube_ActivityContentDetailsSocial $social)
  157. {
  158. $this->social = $social;
  159. }
  160. /**
  161. * @return Google_Service_YouTube_ActivityContentDetailsSocial
  162. */
  163. public function getSocial()
  164. {
  165. return $this->social;
  166. }
  167. /**
  168. * @param Google_Service_YouTube_ActivityContentDetailsSubscription
  169. */
  170. public function setSubscription(Google_Service_YouTube_ActivityContentDetailsSubscription $subscription)
  171. {
  172. $this->subscription = $subscription;
  173. }
  174. /**
  175. * @return Google_Service_YouTube_ActivityContentDetailsSubscription
  176. */
  177. public function getSubscription()
  178. {
  179. return $this->subscription;
  180. }
  181. /**
  182. * @param Google_Service_YouTube_ActivityContentDetailsUpload
  183. */
  184. public function setUpload(Google_Service_YouTube_ActivityContentDetailsUpload $upload)
  185. {
  186. $this->upload = $upload;
  187. }
  188. /**
  189. * @return Google_Service_YouTube_ActivityContentDetailsUpload
  190. */
  191. public function getUpload()
  192. {
  193. return $this->upload;
  194. }
  195. }