No Description

ExperienceLocale.php 4.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  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_ExperienceLocale extends Google_Collection
  18. {
  19. protected $collection_key = 'pphNames';
  20. public $altCutId;
  21. public $approvedTime;
  22. public $channelId;
  23. public $country;
  24. public $createdTime;
  25. public $customIds;
  26. public $earliestAvailStartTime;
  27. public $editLevelEidr;
  28. public $elId;
  29. public $inventoryId;
  30. public $language;
  31. public $name;
  32. public $normalizedPriority;
  33. public $playableSequenceId;
  34. public $pphNames;
  35. public $presentationId;
  36. public $priority;
  37. public $status;
  38. public $studioName;
  39. public $titleLevelEidr;
  40. public $trailerId;
  41. public $type;
  42. public $videoId;
  43. public function setAltCutId($altCutId)
  44. {
  45. $this->altCutId = $altCutId;
  46. }
  47. public function getAltCutId()
  48. {
  49. return $this->altCutId;
  50. }
  51. public function setApprovedTime($approvedTime)
  52. {
  53. $this->approvedTime = $approvedTime;
  54. }
  55. public function getApprovedTime()
  56. {
  57. return $this->approvedTime;
  58. }
  59. public function setChannelId($channelId)
  60. {
  61. $this->channelId = $channelId;
  62. }
  63. public function getChannelId()
  64. {
  65. return $this->channelId;
  66. }
  67. public function setCountry($country)
  68. {
  69. $this->country = $country;
  70. }
  71. public function getCountry()
  72. {
  73. return $this->country;
  74. }
  75. public function setCreatedTime($createdTime)
  76. {
  77. $this->createdTime = $createdTime;
  78. }
  79. public function getCreatedTime()
  80. {
  81. return $this->createdTime;
  82. }
  83. public function setCustomIds($customIds)
  84. {
  85. $this->customIds = $customIds;
  86. }
  87. public function getCustomIds()
  88. {
  89. return $this->customIds;
  90. }
  91. public function setEarliestAvailStartTime($earliestAvailStartTime)
  92. {
  93. $this->earliestAvailStartTime = $earliestAvailStartTime;
  94. }
  95. public function getEarliestAvailStartTime()
  96. {
  97. return $this->earliestAvailStartTime;
  98. }
  99. public function setEditLevelEidr($editLevelEidr)
  100. {
  101. $this->editLevelEidr = $editLevelEidr;
  102. }
  103. public function getEditLevelEidr()
  104. {
  105. return $this->editLevelEidr;
  106. }
  107. public function setElId($elId)
  108. {
  109. $this->elId = $elId;
  110. }
  111. public function getElId()
  112. {
  113. return $this->elId;
  114. }
  115. public function setInventoryId($inventoryId)
  116. {
  117. $this->inventoryId = $inventoryId;
  118. }
  119. public function getInventoryId()
  120. {
  121. return $this->inventoryId;
  122. }
  123. public function setLanguage($language)
  124. {
  125. $this->language = $language;
  126. }
  127. public function getLanguage()
  128. {
  129. return $this->language;
  130. }
  131. public function setName($name)
  132. {
  133. $this->name = $name;
  134. }
  135. public function getName()
  136. {
  137. return $this->name;
  138. }
  139. public function setNormalizedPriority($normalizedPriority)
  140. {
  141. $this->normalizedPriority = $normalizedPriority;
  142. }
  143. public function getNormalizedPriority()
  144. {
  145. return $this->normalizedPriority;
  146. }
  147. public function setPlayableSequenceId($playableSequenceId)
  148. {
  149. $this->playableSequenceId = $playableSequenceId;
  150. }
  151. public function getPlayableSequenceId()
  152. {
  153. return $this->playableSequenceId;
  154. }
  155. public function setPphNames($pphNames)
  156. {
  157. $this->pphNames = $pphNames;
  158. }
  159. public function getPphNames()
  160. {
  161. return $this->pphNames;
  162. }
  163. public function setPresentationId($presentationId)
  164. {
  165. $this->presentationId = $presentationId;
  166. }
  167. public function getPresentationId()
  168. {
  169. return $this->presentationId;
  170. }
  171. public function setPriority($priority)
  172. {
  173. $this->priority = $priority;
  174. }
  175. public function getPriority()
  176. {
  177. return $this->priority;
  178. }
  179. public function setStatus($status)
  180. {
  181. $this->status = $status;
  182. }
  183. public function getStatus()
  184. {
  185. return $this->status;
  186. }
  187. public function setStudioName($studioName)
  188. {
  189. $this->studioName = $studioName;
  190. }
  191. public function getStudioName()
  192. {
  193. return $this->studioName;
  194. }
  195. public function setTitleLevelEidr($titleLevelEidr)
  196. {
  197. $this->titleLevelEidr = $titleLevelEidr;
  198. }
  199. public function getTitleLevelEidr()
  200. {
  201. return $this->titleLevelEidr;
  202. }
  203. public function setTrailerId($trailerId)
  204. {
  205. $this->trailerId = $trailerId;
  206. }
  207. public function getTrailerId()
  208. {
  209. return $this->trailerId;
  210. }
  211. public function setType($type)
  212. {
  213. $this->type = $type;
  214. }
  215. public function getType()
  216. {
  217. return $this->type;
  218. }
  219. public function setVideoId($videoId)
  220. {
  221. $this->videoId = $videoId;
  222. }
  223. public function getVideoId()
  224. {
  225. return $this->videoId;
  226. }
  227. }