説明なし

Avail.php 6.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310
  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_Playmoviespartner_Avail extends Google_Collection
  18. {
  19. protected $collection_key = 'pphNames';
  20. public $altId;
  21. public $captionExemption;
  22. public $captionIncluded;
  23. public $contentId;
  24. public $displayName;
  25. public $encodeId;
  26. public $end;
  27. public $episodeAltId;
  28. public $episodeNumber;
  29. public $episodeTitleInternalAlias;
  30. public $formatProfile;
  31. public $licenseType;
  32. public $pphNames;
  33. public $priceType;
  34. public $priceValue;
  35. public $productId;
  36. public $ratingReason;
  37. public $ratingSystem;
  38. public $ratingValue;
  39. public $releaseDate;
  40. public $seasonAltId;
  41. public $seasonNumber;
  42. public $seasonTitleInternalAlias;
  43. public $seriesAltId;
  44. public $seriesTitleInternalAlias;
  45. public $start;
  46. public $storeLanguage;
  47. public $suppressionLiftDate;
  48. public $territory;
  49. public $titleInternalAlias;
  50. public $videoId;
  51. public $workType;
  52. public function setAltId($altId)
  53. {
  54. $this->altId = $altId;
  55. }
  56. public function getAltId()
  57. {
  58. return $this->altId;
  59. }
  60. public function setCaptionExemption($captionExemption)
  61. {
  62. $this->captionExemption = $captionExemption;
  63. }
  64. public function getCaptionExemption()
  65. {
  66. return $this->captionExemption;
  67. }
  68. public function setCaptionIncluded($captionIncluded)
  69. {
  70. $this->captionIncluded = $captionIncluded;
  71. }
  72. public function getCaptionIncluded()
  73. {
  74. return $this->captionIncluded;
  75. }
  76. public function setContentId($contentId)
  77. {
  78. $this->contentId = $contentId;
  79. }
  80. public function getContentId()
  81. {
  82. return $this->contentId;
  83. }
  84. public function setDisplayName($displayName)
  85. {
  86. $this->displayName = $displayName;
  87. }
  88. public function getDisplayName()
  89. {
  90. return $this->displayName;
  91. }
  92. public function setEncodeId($encodeId)
  93. {
  94. $this->encodeId = $encodeId;
  95. }
  96. public function getEncodeId()
  97. {
  98. return $this->encodeId;
  99. }
  100. public function setEnd($end)
  101. {
  102. $this->end = $end;
  103. }
  104. public function getEnd()
  105. {
  106. return $this->end;
  107. }
  108. public function setEpisodeAltId($episodeAltId)
  109. {
  110. $this->episodeAltId = $episodeAltId;
  111. }
  112. public function getEpisodeAltId()
  113. {
  114. return $this->episodeAltId;
  115. }
  116. public function setEpisodeNumber($episodeNumber)
  117. {
  118. $this->episodeNumber = $episodeNumber;
  119. }
  120. public function getEpisodeNumber()
  121. {
  122. return $this->episodeNumber;
  123. }
  124. public function setEpisodeTitleInternalAlias($episodeTitleInternalAlias)
  125. {
  126. $this->episodeTitleInternalAlias = $episodeTitleInternalAlias;
  127. }
  128. public function getEpisodeTitleInternalAlias()
  129. {
  130. return $this->episodeTitleInternalAlias;
  131. }
  132. public function setFormatProfile($formatProfile)
  133. {
  134. $this->formatProfile = $formatProfile;
  135. }
  136. public function getFormatProfile()
  137. {
  138. return $this->formatProfile;
  139. }
  140. public function setLicenseType($licenseType)
  141. {
  142. $this->licenseType = $licenseType;
  143. }
  144. public function getLicenseType()
  145. {
  146. return $this->licenseType;
  147. }
  148. public function setPphNames($pphNames)
  149. {
  150. $this->pphNames = $pphNames;
  151. }
  152. public function getPphNames()
  153. {
  154. return $this->pphNames;
  155. }
  156. public function setPriceType($priceType)
  157. {
  158. $this->priceType = $priceType;
  159. }
  160. public function getPriceType()
  161. {
  162. return $this->priceType;
  163. }
  164. public function setPriceValue($priceValue)
  165. {
  166. $this->priceValue = $priceValue;
  167. }
  168. public function getPriceValue()
  169. {
  170. return $this->priceValue;
  171. }
  172. public function setProductId($productId)
  173. {
  174. $this->productId = $productId;
  175. }
  176. public function getProductId()
  177. {
  178. return $this->productId;
  179. }
  180. public function setRatingReason($ratingReason)
  181. {
  182. $this->ratingReason = $ratingReason;
  183. }
  184. public function getRatingReason()
  185. {
  186. return $this->ratingReason;
  187. }
  188. public function setRatingSystem($ratingSystem)
  189. {
  190. $this->ratingSystem = $ratingSystem;
  191. }
  192. public function getRatingSystem()
  193. {
  194. return $this->ratingSystem;
  195. }
  196. public function setRatingValue($ratingValue)
  197. {
  198. $this->ratingValue = $ratingValue;
  199. }
  200. public function getRatingValue()
  201. {
  202. return $this->ratingValue;
  203. }
  204. public function setReleaseDate($releaseDate)
  205. {
  206. $this->releaseDate = $releaseDate;
  207. }
  208. public function getReleaseDate()
  209. {
  210. return $this->releaseDate;
  211. }
  212. public function setSeasonAltId($seasonAltId)
  213. {
  214. $this->seasonAltId = $seasonAltId;
  215. }
  216. public function getSeasonAltId()
  217. {
  218. return $this->seasonAltId;
  219. }
  220. public function setSeasonNumber($seasonNumber)
  221. {
  222. $this->seasonNumber = $seasonNumber;
  223. }
  224. public function getSeasonNumber()
  225. {
  226. return $this->seasonNumber;
  227. }
  228. public function setSeasonTitleInternalAlias($seasonTitleInternalAlias)
  229. {
  230. $this->seasonTitleInternalAlias = $seasonTitleInternalAlias;
  231. }
  232. public function getSeasonTitleInternalAlias()
  233. {
  234. return $this->seasonTitleInternalAlias;
  235. }
  236. public function setSeriesAltId($seriesAltId)
  237. {
  238. $this->seriesAltId = $seriesAltId;
  239. }
  240. public function getSeriesAltId()
  241. {
  242. return $this->seriesAltId;
  243. }
  244. public function setSeriesTitleInternalAlias($seriesTitleInternalAlias)
  245. {
  246. $this->seriesTitleInternalAlias = $seriesTitleInternalAlias;
  247. }
  248. public function getSeriesTitleInternalAlias()
  249. {
  250. return $this->seriesTitleInternalAlias;
  251. }
  252. public function setStart($start)
  253. {
  254. $this->start = $start;
  255. }
  256. public function getStart()
  257. {
  258. return $this->start;
  259. }
  260. public function setStoreLanguage($storeLanguage)
  261. {
  262. $this->storeLanguage = $storeLanguage;
  263. }
  264. public function getStoreLanguage()
  265. {
  266. return $this->storeLanguage;
  267. }
  268. public function setSuppressionLiftDate($suppressionLiftDate)
  269. {
  270. $this->suppressionLiftDate = $suppressionLiftDate;
  271. }
  272. public function getSuppressionLiftDate()
  273. {
  274. return $this->suppressionLiftDate;
  275. }
  276. public function setTerritory($territory)
  277. {
  278. $this->territory = $territory;
  279. }
  280. public function getTerritory()
  281. {
  282. return $this->territory;
  283. }
  284. public function setTitleInternalAlias($titleInternalAlias)
  285. {
  286. $this->titleInternalAlias = $titleInternalAlias;
  287. }
  288. public function getTitleInternalAlias()
  289. {
  290. return $this->titleInternalAlias;
  291. }
  292. public function setVideoId($videoId)
  293. {
  294. $this->videoId = $videoId;
  295. }
  296. public function getVideoId()
  297. {
  298. return $this->videoId;
  299. }
  300. public function setWorkType($workType)
  301. {
  302. $this->workType = $workType;
  303. }
  304. public function getWorkType()
  305. {
  306. return $this->workType;
  307. }
  308. }