Няма описание

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247
  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_PlayMovies_StoreInfo extends Google_Collection
  18. {
  19. protected $collection_key = 'subtitles';
  20. public $audioTracks;
  21. public $country;
  22. public $editLevelEidr;
  23. public $episodeNumber;
  24. public $hasAudio51;
  25. public $hasEstOffer;
  26. public $hasHdOffer;
  27. public $hasInfoCards;
  28. public $hasSdOffer;
  29. public $hasVodOffer;
  30. public $liveTime;
  31. public $mid;
  32. public $name;
  33. public $pphNames;
  34. public $seasonId;
  35. public $seasonName;
  36. public $seasonNumber;
  37. public $showId;
  38. public $showName;
  39. public $studioName;
  40. public $subtitles;
  41. public $titleLevelEidr;
  42. public $trailerId;
  43. public $type;
  44. public $videoId;
  45. public function setAudioTracks($audioTracks)
  46. {
  47. $this->audioTracks = $audioTracks;
  48. }
  49. public function getAudioTracks()
  50. {
  51. return $this->audioTracks;
  52. }
  53. public function setCountry($country)
  54. {
  55. $this->country = $country;
  56. }
  57. public function getCountry()
  58. {
  59. return $this->country;
  60. }
  61. public function setEditLevelEidr($editLevelEidr)
  62. {
  63. $this->editLevelEidr = $editLevelEidr;
  64. }
  65. public function getEditLevelEidr()
  66. {
  67. return $this->editLevelEidr;
  68. }
  69. public function setEpisodeNumber($episodeNumber)
  70. {
  71. $this->episodeNumber = $episodeNumber;
  72. }
  73. public function getEpisodeNumber()
  74. {
  75. return $this->episodeNumber;
  76. }
  77. public function setHasAudio51($hasAudio51)
  78. {
  79. $this->hasAudio51 = $hasAudio51;
  80. }
  81. public function getHasAudio51()
  82. {
  83. return $this->hasAudio51;
  84. }
  85. public function setHasEstOffer($hasEstOffer)
  86. {
  87. $this->hasEstOffer = $hasEstOffer;
  88. }
  89. public function getHasEstOffer()
  90. {
  91. return $this->hasEstOffer;
  92. }
  93. public function setHasHdOffer($hasHdOffer)
  94. {
  95. $this->hasHdOffer = $hasHdOffer;
  96. }
  97. public function getHasHdOffer()
  98. {
  99. return $this->hasHdOffer;
  100. }
  101. public function setHasInfoCards($hasInfoCards)
  102. {
  103. $this->hasInfoCards = $hasInfoCards;
  104. }
  105. public function getHasInfoCards()
  106. {
  107. return $this->hasInfoCards;
  108. }
  109. public function setHasSdOffer($hasSdOffer)
  110. {
  111. $this->hasSdOffer = $hasSdOffer;
  112. }
  113. public function getHasSdOffer()
  114. {
  115. return $this->hasSdOffer;
  116. }
  117. public function setHasVodOffer($hasVodOffer)
  118. {
  119. $this->hasVodOffer = $hasVodOffer;
  120. }
  121. public function getHasVodOffer()
  122. {
  123. return $this->hasVodOffer;
  124. }
  125. public function setLiveTime($liveTime)
  126. {
  127. $this->liveTime = $liveTime;
  128. }
  129. public function getLiveTime()
  130. {
  131. return $this->liveTime;
  132. }
  133. public function setMid($mid)
  134. {
  135. $this->mid = $mid;
  136. }
  137. public function getMid()
  138. {
  139. return $this->mid;
  140. }
  141. public function setName($name)
  142. {
  143. $this->name = $name;
  144. }
  145. public function getName()
  146. {
  147. return $this->name;
  148. }
  149. public function setPphNames($pphNames)
  150. {
  151. $this->pphNames = $pphNames;
  152. }
  153. public function getPphNames()
  154. {
  155. return $this->pphNames;
  156. }
  157. public function setSeasonId($seasonId)
  158. {
  159. $this->seasonId = $seasonId;
  160. }
  161. public function getSeasonId()
  162. {
  163. return $this->seasonId;
  164. }
  165. public function setSeasonName($seasonName)
  166. {
  167. $this->seasonName = $seasonName;
  168. }
  169. public function getSeasonName()
  170. {
  171. return $this->seasonName;
  172. }
  173. public function setSeasonNumber($seasonNumber)
  174. {
  175. $this->seasonNumber = $seasonNumber;
  176. }
  177. public function getSeasonNumber()
  178. {
  179. return $this->seasonNumber;
  180. }
  181. public function setShowId($showId)
  182. {
  183. $this->showId = $showId;
  184. }
  185. public function getShowId()
  186. {
  187. return $this->showId;
  188. }
  189. public function setShowName($showName)
  190. {
  191. $this->showName = $showName;
  192. }
  193. public function getShowName()
  194. {
  195. return $this->showName;
  196. }
  197. public function setStudioName($studioName)
  198. {
  199. $this->studioName = $studioName;
  200. }
  201. public function getStudioName()
  202. {
  203. return $this->studioName;
  204. }
  205. public function setSubtitles($subtitles)
  206. {
  207. $this->subtitles = $subtitles;
  208. }
  209. public function getSubtitles()
  210. {
  211. return $this->subtitles;
  212. }
  213. public function setTitleLevelEidr($titleLevelEidr)
  214. {
  215. $this->titleLevelEidr = $titleLevelEidr;
  216. }
  217. public function getTitleLevelEidr()
  218. {
  219. return $this->titleLevelEidr;
  220. }
  221. public function setTrailerId($trailerId)
  222. {
  223. $this->trailerId = $trailerId;
  224. }
  225. public function getTrailerId()
  226. {
  227. return $this->trailerId;
  228. }
  229. public function setType($type)
  230. {
  231. $this->type = $type;
  232. }
  233. public function getType()
  234. {
  235. return $this->type;
  236. }
  237. public function setVideoId($videoId)
  238. {
  239. $this->videoId = $videoId;
  240. }
  241. public function getVideoId()
  242. {
  243. return $this->videoId;
  244. }
  245. }