PageRenderTime 51ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/google/src/Google/Service/Playmoviespartner.php

http://github.com/moodle/moodle
PHP | 1676 lines | 1412 code | 43 blank | 221 comment | 0 complexity | f284033c6f3366287171ad5b285cc4db MD5 | raw file
Possible License(s): MIT, AGPL-3.0, MPL-2.0-no-copyleft-exception, LGPL-3.0, GPL-3.0, Apache-2.0, LGPL-2.1, BSD-3-Clause
  1. <?php
  2. /*
  3. * Copyright 2010 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. /**
  18. * Service definition for Playmoviespartner (v1).
  19. *
  20. * <p>
  21. * Lets Google Play Movies Partners get the delivery status of their titles.</p>
  22. *
  23. * <p>
  24. * For more information about this service, see the API
  25. * <a href="https://developers.google.com/playmoviespartner/" target="_blank">Documentation</a>
  26. * </p>
  27. *
  28. * @author Google, Inc.
  29. */
  30. class Google_Service_Playmoviespartner extends Google_Service
  31. {
  32. /** View the digital assets you publish on Google Play Movies and TV. */
  33. const PLAYMOVIES_PARTNER_READONLY =
  34. "https://www.googleapis.com/auth/playmovies_partner.readonly";
  35. public $accounts_avails;
  36. public $accounts_experienceLocales;
  37. public $accounts_orders;
  38. public $accounts_storeInfos;
  39. public $accounts_storeInfos_country;
  40. /**
  41. * Constructs the internal representation of the Playmoviespartner service.
  42. *
  43. * @param Google_Client $client
  44. */
  45. public function __construct(Google_Client $client)
  46. {
  47. parent::__construct($client);
  48. $this->rootUrl = 'https://playmoviespartner.googleapis.com/';
  49. $this->servicePath = '';
  50. $this->version = 'v1';
  51. $this->serviceName = 'playmoviespartner';
  52. $this->accounts_avails = new Google_Service_Playmoviespartner_AccountsAvails_Resource(
  53. $this,
  54. $this->serviceName,
  55. 'avails',
  56. array(
  57. 'methods' => array(
  58. 'list' => array(
  59. 'path' => 'v1/accounts/{accountId}/avails',
  60. 'httpMethod' => 'GET',
  61. 'parameters' => array(
  62. 'accountId' => array(
  63. 'location' => 'path',
  64. 'type' => 'string',
  65. 'required' => true,
  66. ),
  67. 'pphNames' => array(
  68. 'location' => 'query',
  69. 'type' => 'string',
  70. 'repeated' => true,
  71. ),
  72. 'videoIds' => array(
  73. 'location' => 'query',
  74. 'type' => 'string',
  75. 'repeated' => true,
  76. ),
  77. 'pageSize' => array(
  78. 'location' => 'query',
  79. 'type' => 'integer',
  80. ),
  81. 'title' => array(
  82. 'location' => 'query',
  83. 'type' => 'string',
  84. ),
  85. 'altId' => array(
  86. 'location' => 'query',
  87. 'type' => 'string',
  88. ),
  89. 'territories' => array(
  90. 'location' => 'query',
  91. 'type' => 'string',
  92. 'repeated' => true,
  93. ),
  94. 'studioNames' => array(
  95. 'location' => 'query',
  96. 'type' => 'string',
  97. 'repeated' => true,
  98. ),
  99. 'pageToken' => array(
  100. 'location' => 'query',
  101. 'type' => 'string',
  102. ),
  103. ),
  104. ),
  105. )
  106. )
  107. );
  108. $this->accounts_experienceLocales = new Google_Service_Playmoviespartner_AccountsExperienceLocales_Resource(
  109. $this,
  110. $this->serviceName,
  111. 'experienceLocales',
  112. array(
  113. 'methods' => array(
  114. 'get' => array(
  115. 'path' => 'v1/accounts/{accountId}/experienceLocales/{elId}',
  116. 'httpMethod' => 'GET',
  117. 'parameters' => array(
  118. 'accountId' => array(
  119. 'location' => 'path',
  120. 'type' => 'string',
  121. 'required' => true,
  122. ),
  123. 'elId' => array(
  124. 'location' => 'path',
  125. 'type' => 'string',
  126. 'required' => true,
  127. ),
  128. ),
  129. ),'list' => array(
  130. 'path' => 'v1/accounts/{accountId}/experienceLocales',
  131. 'httpMethod' => 'GET',
  132. 'parameters' => array(
  133. 'accountId' => array(
  134. 'location' => 'path',
  135. 'type' => 'string',
  136. 'required' => true,
  137. ),
  138. 'pphNames' => array(
  139. 'location' => 'query',
  140. 'type' => 'string',
  141. 'repeated' => true,
  142. ),
  143. 'status' => array(
  144. 'location' => 'query',
  145. 'type' => 'string',
  146. 'repeated' => true,
  147. ),
  148. 'titleLevelEidr' => array(
  149. 'location' => 'query',
  150. 'type' => 'string',
  151. ),
  152. 'pageSize' => array(
  153. 'location' => 'query',
  154. 'type' => 'integer',
  155. ),
  156. 'studioNames' => array(
  157. 'location' => 'query',
  158. 'type' => 'string',
  159. 'repeated' => true,
  160. ),
  161. 'pageToken' => array(
  162. 'location' => 'query',
  163. 'type' => 'string',
  164. ),
  165. 'editLevelEidr' => array(
  166. 'location' => 'query',
  167. 'type' => 'string',
  168. ),
  169. 'customId' => array(
  170. 'location' => 'query',
  171. 'type' => 'string',
  172. ),
  173. 'altCutId' => array(
  174. 'location' => 'query',
  175. 'type' => 'string',
  176. ),
  177. ),
  178. ),
  179. )
  180. )
  181. );
  182. $this->accounts_orders = new Google_Service_Playmoviespartner_AccountsOrders_Resource(
  183. $this,
  184. $this->serviceName,
  185. 'orders',
  186. array(
  187. 'methods' => array(
  188. 'get' => array(
  189. 'path' => 'v1/accounts/{accountId}/orders/{orderId}',
  190. 'httpMethod' => 'GET',
  191. 'parameters' => array(
  192. 'accountId' => array(
  193. 'location' => 'path',
  194. 'type' => 'string',
  195. 'required' => true,
  196. ),
  197. 'orderId' => array(
  198. 'location' => 'path',
  199. 'type' => 'string',
  200. 'required' => true,
  201. ),
  202. ),
  203. ),'list' => array(
  204. 'path' => 'v1/accounts/{accountId}/orders',
  205. 'httpMethod' => 'GET',
  206. 'parameters' => array(
  207. 'accountId' => array(
  208. 'location' => 'path',
  209. 'type' => 'string',
  210. 'required' => true,
  211. ),
  212. 'pphNames' => array(
  213. 'location' => 'query',
  214. 'type' => 'string',
  215. 'repeated' => true,
  216. ),
  217. 'status' => array(
  218. 'location' => 'query',
  219. 'type' => 'string',
  220. 'repeated' => true,
  221. ),
  222. 'name' => array(
  223. 'location' => 'query',
  224. 'type' => 'string',
  225. ),
  226. 'pageSize' => array(
  227. 'location' => 'query',
  228. 'type' => 'integer',
  229. ),
  230. 'studioNames' => array(
  231. 'location' => 'query',
  232. 'type' => 'string',
  233. 'repeated' => true,
  234. ),
  235. 'pageToken' => array(
  236. 'location' => 'query',
  237. 'type' => 'string',
  238. ),
  239. 'customId' => array(
  240. 'location' => 'query',
  241. 'type' => 'string',
  242. ),
  243. ),
  244. ),
  245. )
  246. )
  247. );
  248. $this->accounts_storeInfos = new Google_Service_Playmoviespartner_AccountsStoreInfos_Resource(
  249. $this,
  250. $this->serviceName,
  251. 'storeInfos',
  252. array(
  253. 'methods' => array(
  254. 'list' => array(
  255. 'path' => 'v1/accounts/{accountId}/storeInfos',
  256. 'httpMethod' => 'GET',
  257. 'parameters' => array(
  258. 'accountId' => array(
  259. 'location' => 'path',
  260. 'type' => 'string',
  261. 'required' => true,
  262. ),
  263. 'pphNames' => array(
  264. 'location' => 'query',
  265. 'type' => 'string',
  266. 'repeated' => true,
  267. ),
  268. 'name' => array(
  269. 'location' => 'query',
  270. 'type' => 'string',
  271. ),
  272. 'pageSize' => array(
  273. 'location' => 'query',
  274. 'type' => 'integer',
  275. ),
  276. 'countries' => array(
  277. 'location' => 'query',
  278. 'type' => 'string',
  279. 'repeated' => true,
  280. ),
  281. 'videoId' => array(
  282. 'location' => 'query',
  283. 'type' => 'string',
  284. ),
  285. 'studioNames' => array(
  286. 'location' => 'query',
  287. 'type' => 'string',
  288. 'repeated' => true,
  289. ),
  290. 'pageToken' => array(
  291. 'location' => 'query',
  292. 'type' => 'string',
  293. ),
  294. 'videoIds' => array(
  295. 'location' => 'query',
  296. 'type' => 'string',
  297. 'repeated' => true,
  298. ),
  299. ),
  300. ),
  301. )
  302. )
  303. );
  304. $this->accounts_storeInfos_country = new Google_Service_Playmoviespartner_AccountsStoreInfosCountry_Resource(
  305. $this,
  306. $this->serviceName,
  307. 'country',
  308. array(
  309. 'methods' => array(
  310. 'get' => array(
  311. 'path' => 'v1/accounts/{accountId}/storeInfos/{videoId}/country/{country}',
  312. 'httpMethod' => 'GET',
  313. 'parameters' => array(
  314. 'accountId' => array(
  315. 'location' => 'path',
  316. 'type' => 'string',
  317. 'required' => true,
  318. ),
  319. 'videoId' => array(
  320. 'location' => 'path',
  321. 'type' => 'string',
  322. 'required' => true,
  323. ),
  324. 'country' => array(
  325. 'location' => 'path',
  326. 'type' => 'string',
  327. 'required' => true,
  328. ),
  329. ),
  330. ),
  331. )
  332. )
  333. );
  334. }
  335. }
  336. /**
  337. * The "accounts" collection of methods.
  338. * Typical usage is:
  339. * <code>
  340. * $playmoviespartnerService = new Google_Service_Playmoviespartner(...);
  341. * $accounts = $playmoviespartnerService->accounts;
  342. * </code>
  343. */
  344. class Google_Service_Playmoviespartner_Accounts_Resource extends Google_Service_Resource
  345. {
  346. }
  347. /**
  348. * The "avails" collection of methods.
  349. * Typical usage is:
  350. * <code>
  351. * $playmoviespartnerService = new Google_Service_Playmoviespartner(...);
  352. * $avails = $playmoviespartnerService->avails;
  353. * </code>
  354. */
  355. class Google_Service_Playmoviespartner_AccountsAvails_Resource extends Google_Service_Resource
  356. {
  357. /**
  358. * List Avails owned or managed by the partner. See _Authentication and
  359. * Authorization rules_ and _List methods rules_ for more information about this
  360. * method. (avails.listAccountsAvails)
  361. *
  362. * @param string $accountId REQUIRED. See _General rules_ for more information
  363. * about this field.
  364. * @param array $optParams Optional parameters.
  365. *
  366. * @opt_param string pphNames See _List methods rules_ for info about this
  367. * field.
  368. * @opt_param string videoIds Filter Avails that match any of the given
  369. * `video_id`s.
  370. * @opt_param int pageSize See _List methods rules_ for info about this field.
  371. * @opt_param string title Filter Avails that match a case-insensitive substring
  372. * of the default Title name.
  373. * @opt_param string altId Filter Avails that match a case-insensitive, partner-
  374. * specific custom id.
  375. * @opt_param string territories Filter Avails that match (case-insensitive) any
  376. * of the given country codes, using the "ISO 3166-1 alpha-2" format (examples:
  377. * "US", "us", "Us").
  378. * @opt_param string studioNames See _List methods rules_ for info about this
  379. * field.
  380. * @opt_param string pageToken See _List methods rules_ for info about this
  381. * field.
  382. * @return Google_Service_Playmoviespartner_ListAvailsResponse
  383. */
  384. public function listAccountsAvails($accountId, $optParams = array())
  385. {
  386. $params = array('accountId' => $accountId);
  387. $params = array_merge($params, $optParams);
  388. return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListAvailsResponse");
  389. }
  390. }
  391. /**
  392. * The "experienceLocales" collection of methods.
  393. * Typical usage is:
  394. * <code>
  395. * $playmoviespartnerService = new Google_Service_Playmoviespartner(...);
  396. * $experienceLocales = $playmoviespartnerService->experienceLocales;
  397. * </code>
  398. */
  399. class Google_Service_Playmoviespartner_AccountsExperienceLocales_Resource extends Google_Service_Resource
  400. {
  401. /**
  402. * Get an ExperienceLocale given its id. See _Authentication and Authorization
  403. * rules_ and _Get methods rules_ for more information about this method.
  404. * (experienceLocales.get)
  405. *
  406. * @param string $accountId REQUIRED. See _General rules_ for more information
  407. * about this field.
  408. * @param string $elId REQUIRED. ExperienceLocale ID, as defined by Google.
  409. * @param array $optParams Optional parameters.
  410. * @return Google_Service_Playmoviespartner_ExperienceLocale
  411. */
  412. public function get($accountId, $elId, $optParams = array())
  413. {
  414. $params = array('accountId' => $accountId, 'elId' => $elId);
  415. $params = array_merge($params, $optParams);
  416. return $this->call('get', array($params), "Google_Service_Playmoviespartner_ExperienceLocale");
  417. }
  418. /**
  419. * List ExperienceLocales owned or managed by the partner. See _Authentication
  420. * and Authorization rules_ and _List methods rules_ for more information about
  421. * this method. (experienceLocales.listAccountsExperienceLocales)
  422. *
  423. * @param string $accountId REQUIRED. See _General rules_ for more information
  424. * about this field.
  425. * @param array $optParams Optional parameters.
  426. *
  427. * @opt_param string pphNames See _List methods rules_ for info about this
  428. * field.
  429. * @opt_param string status Filter ExperienceLocales that match one of the given
  430. * status.
  431. * @opt_param string titleLevelEidr Filter ExperienceLocales that match a given
  432. * title-level EIDR.
  433. * @opt_param int pageSize See _List methods rules_ for info about this field.
  434. * @opt_param string studioNames See _List methods rules_ for info about this
  435. * field.
  436. * @opt_param string pageToken See _List methods rules_ for info about this
  437. * field.
  438. * @opt_param string editLevelEidr Filter ExperienceLocales that match a given
  439. * edit-level EIDR.
  440. * @opt_param string customId Filter ExperienceLocales that match a case-
  441. * insensitive, partner-specific custom id.
  442. * @opt_param string altCutId Filter ExperienceLocales that match a case-
  443. * insensitive, partner-specific Alternative Cut ID.
  444. * @return Google_Service_Playmoviespartner_ListExperienceLocalesResponse
  445. */
  446. public function listAccountsExperienceLocales($accountId, $optParams = array())
  447. {
  448. $params = array('accountId' => $accountId);
  449. $params = array_merge($params, $optParams);
  450. return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListExperienceLocalesResponse");
  451. }
  452. }
  453. /**
  454. * The "orders" collection of methods.
  455. * Typical usage is:
  456. * <code>
  457. * $playmoviespartnerService = new Google_Service_Playmoviespartner(...);
  458. * $orders = $playmoviespartnerService->orders;
  459. * </code>
  460. */
  461. class Google_Service_Playmoviespartner_AccountsOrders_Resource extends Google_Service_Resource
  462. {
  463. /**
  464. * Get an Order given its id. See _Authentication and Authorization rules_ and
  465. * _Get methods rules_ for more information about this method. (orders.get)
  466. *
  467. * @param string $accountId REQUIRED. See _General rules_ for more information
  468. * about this field.
  469. * @param string $orderId REQUIRED. Order ID.
  470. * @param array $optParams Optional parameters.
  471. * @return Google_Service_Playmoviespartner_Order
  472. */
  473. public function get($accountId, $orderId, $optParams = array())
  474. {
  475. $params = array('accountId' => $accountId, 'orderId' => $orderId);
  476. $params = array_merge($params, $optParams);
  477. return $this->call('get', array($params), "Google_Service_Playmoviespartner_Order");
  478. }
  479. /**
  480. * List Orders owned or managed by the partner. See _Authentication and
  481. * Authorization rules_ and _List methods rules_ for more information about this
  482. * method. (orders.listAccountsOrders)
  483. *
  484. * @param string $accountId REQUIRED. See _General rules_ for more information
  485. * about this field.
  486. * @param array $optParams Optional parameters.
  487. *
  488. * @opt_param string pphNames See _List methods rules_ for info about this
  489. * field.
  490. * @opt_param string status Filter Orders that match one of the given status.
  491. * @opt_param string name Filter Orders that match a title name (case-
  492. * insensitive, sub-string match).
  493. * @opt_param int pageSize See _List methods rules_ for info about this field.
  494. * @opt_param string studioNames See _List methods rules_ for info about this
  495. * field.
  496. * @opt_param string pageToken See _List methods rules_ for info about this
  497. * field.
  498. * @opt_param string customId Filter Orders that match a case-insensitive,
  499. * partner-specific custom id.
  500. * @return Google_Service_Playmoviespartner_ListOrdersResponse
  501. */
  502. public function listAccountsOrders($accountId, $optParams = array())
  503. {
  504. $params = array('accountId' => $accountId);
  505. $params = array_merge($params, $optParams);
  506. return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListOrdersResponse");
  507. }
  508. }
  509. /**
  510. * The "storeInfos" collection of methods.
  511. * Typical usage is:
  512. * <code>
  513. * $playmoviespartnerService = new Google_Service_Playmoviespartner(...);
  514. * $storeInfos = $playmoviespartnerService->storeInfos;
  515. * </code>
  516. */
  517. class Google_Service_Playmoviespartner_AccountsStoreInfos_Resource extends Google_Service_Resource
  518. {
  519. /**
  520. * List StoreInfos owned or managed by the partner. See _Authentication and
  521. * Authorization rules_ and _List methods rules_ for more information about this
  522. * method. (storeInfos.listAccountsStoreInfos)
  523. *
  524. * @param string $accountId REQUIRED. See _General rules_ for more information
  525. * about this field.
  526. * @param array $optParams Optional parameters.
  527. *
  528. * @opt_param string pphNames See _List methods rules_ for info about this
  529. * field.
  530. * @opt_param string name Filter StoreInfos that match a case-insensitive
  531. * substring of the default name.
  532. * @opt_param int pageSize See _List methods rules_ for info about this field.
  533. * @opt_param string countries Filter StoreInfos that match (case-insensitive)
  534. * any of the given country codes, using the "ISO 3166-1 alpha-2" format
  535. * (examples: "US", "us", "Us").
  536. * @opt_param string videoId Filter StoreInfos that match a given `video_id`.
  537. * NOTE: this field is deprecated and will be removed on V2; `video_ids` should
  538. * be used instead.
  539. * @opt_param string studioNames See _List methods rules_ for info about this
  540. * field.
  541. * @opt_param string pageToken See _List methods rules_ for info about this
  542. * field.
  543. * @opt_param string videoIds Filter StoreInfos that match any of the given
  544. * `video_id`s.
  545. * @return Google_Service_Playmoviespartner_ListStoreInfosResponse
  546. */
  547. public function listAccountsStoreInfos($accountId, $optParams = array())
  548. {
  549. $params = array('accountId' => $accountId);
  550. $params = array_merge($params, $optParams);
  551. return $this->call('list', array($params), "Google_Service_Playmoviespartner_ListStoreInfosResponse");
  552. }
  553. }
  554. /**
  555. * The "country" collection of methods.
  556. * Typical usage is:
  557. * <code>
  558. * $playmoviespartnerService = new Google_Service_Playmoviespartner(...);
  559. * $country = $playmoviespartnerService->country;
  560. * </code>
  561. */
  562. class Google_Service_Playmoviespartner_AccountsStoreInfosCountry_Resource extends Google_Service_Resource
  563. {
  564. /**
  565. * Get a StoreInfo given its video id and country. See _Authentication and
  566. * Authorization rules_ and _Get methods rules_ for more information about this
  567. * method. (country.get)
  568. *
  569. * @param string $accountId REQUIRED. See _General rules_ for more information
  570. * about this field.
  571. * @param string $videoId REQUIRED. Video ID.
  572. * @param string $country REQUIRED. Edit country.
  573. * @param array $optParams Optional parameters.
  574. * @return Google_Service_Playmoviespartner_StoreInfo
  575. */
  576. public function get($accountId, $videoId, $country, $optParams = array())
  577. {
  578. $params = array('accountId' => $accountId, 'videoId' => $videoId, 'country' => $country);
  579. $params = array_merge($params, $optParams);
  580. return $this->call('get', array($params), "Google_Service_Playmoviespartner_StoreInfo");
  581. }
  582. }
  583. class Google_Service_Playmoviespartner_Avail extends Google_Collection
  584. {
  585. protected $collection_key = 'pphNames';
  586. protected $internal_gapi_mappings = array(
  587. );
  588. public $altId;
  589. public $captionExemption;
  590. public $captionIncluded;
  591. public $contentId;
  592. public $displayName;
  593. public $encodeId;
  594. public $end;
  595. public $episodeAltId;
  596. public $episodeNumber;
  597. public $episodeTitleInternalAlias;
  598. public $formatProfile;
  599. public $licenseType;
  600. public $pphNames;
  601. public $priceType;
  602. public $priceValue;
  603. public $productId;
  604. public $ratingReason;
  605. public $ratingSystem;
  606. public $ratingValue;
  607. public $releaseDate;
  608. public $seasonAltId;
  609. public $seasonNumber;
  610. public $seasonTitleInternalAlias;
  611. public $seriesAltId;
  612. public $seriesTitleInternalAlias;
  613. public $start;
  614. public $storeLanguage;
  615. public $suppressionLiftDate;
  616. public $territory;
  617. public $titleInternalAlias;
  618. public $videoId;
  619. public $workType;
  620. public function setAltId($altId)
  621. {
  622. $this->altId = $altId;
  623. }
  624. public function getAltId()
  625. {
  626. return $this->altId;
  627. }
  628. public function setCaptionExemption($captionExemption)
  629. {
  630. $this->captionExemption = $captionExemption;
  631. }
  632. public function getCaptionExemption()
  633. {
  634. return $this->captionExemption;
  635. }
  636. public function setCaptionIncluded($captionIncluded)
  637. {
  638. $this->captionIncluded = $captionIncluded;
  639. }
  640. public function getCaptionIncluded()
  641. {
  642. return $this->captionIncluded;
  643. }
  644. public function setContentId($contentId)
  645. {
  646. $this->contentId = $contentId;
  647. }
  648. public function getContentId()
  649. {
  650. return $this->contentId;
  651. }
  652. public function setDisplayName($displayName)
  653. {
  654. $this->displayName = $displayName;
  655. }
  656. public function getDisplayName()
  657. {
  658. return $this->displayName;
  659. }
  660. public function setEncodeId($encodeId)
  661. {
  662. $this->encodeId = $encodeId;
  663. }
  664. public function getEncodeId()
  665. {
  666. return $this->encodeId;
  667. }
  668. public function setEnd($end)
  669. {
  670. $this->end = $end;
  671. }
  672. public function getEnd()
  673. {
  674. return $this->end;
  675. }
  676. public function setEpisodeAltId($episodeAltId)
  677. {
  678. $this->episodeAltId = $episodeAltId;
  679. }
  680. public function getEpisodeAltId()
  681. {
  682. return $this->episodeAltId;
  683. }
  684. public function setEpisodeNumber($episodeNumber)
  685. {
  686. $this->episodeNumber = $episodeNumber;
  687. }
  688. public function getEpisodeNumber()
  689. {
  690. return $this->episodeNumber;
  691. }
  692. public function setEpisodeTitleInternalAlias($episodeTitleInternalAlias)
  693. {
  694. $this->episodeTitleInternalAlias = $episodeTitleInternalAlias;
  695. }
  696. public function getEpisodeTitleInternalAlias()
  697. {
  698. return $this->episodeTitleInternalAlias;
  699. }
  700. public function setFormatProfile($formatProfile)
  701. {
  702. $this->formatProfile = $formatProfile;
  703. }
  704. public function getFormatProfile()
  705. {
  706. return $this->formatProfile;
  707. }
  708. public function setLicenseType($licenseType)
  709. {
  710. $this->licenseType = $licenseType;
  711. }
  712. public function getLicenseType()
  713. {
  714. return $this->licenseType;
  715. }
  716. public function setPphNames($pphNames)
  717. {
  718. $this->pphNames = $pphNames;
  719. }
  720. public function getPphNames()
  721. {
  722. return $this->pphNames;
  723. }
  724. public function setPriceType($priceType)
  725. {
  726. $this->priceType = $priceType;
  727. }
  728. public function getPriceType()
  729. {
  730. return $this->priceType;
  731. }
  732. public function setPriceValue($priceValue)
  733. {
  734. $this->priceValue = $priceValue;
  735. }
  736. public function getPriceValue()
  737. {
  738. return $this->priceValue;
  739. }
  740. public function setProductId($productId)
  741. {
  742. $this->productId = $productId;
  743. }
  744. public function getProductId()
  745. {
  746. return $this->productId;
  747. }
  748. public function setRatingReason($ratingReason)
  749. {
  750. $this->ratingReason = $ratingReason;
  751. }
  752. public function getRatingReason()
  753. {
  754. return $this->ratingReason;
  755. }
  756. public function setRatingSystem($ratingSystem)
  757. {
  758. $this->ratingSystem = $ratingSystem;
  759. }
  760. public function getRatingSystem()
  761. {
  762. return $this->ratingSystem;
  763. }
  764. public function setRatingValue($ratingValue)
  765. {
  766. $this->ratingValue = $ratingValue;
  767. }
  768. public function getRatingValue()
  769. {
  770. return $this->ratingValue;
  771. }
  772. public function setReleaseDate($releaseDate)
  773. {
  774. $this->releaseDate = $releaseDate;
  775. }
  776. public function getReleaseDate()
  777. {
  778. return $this->releaseDate;
  779. }
  780. public function setSeasonAltId($seasonAltId)
  781. {
  782. $this->seasonAltId = $seasonAltId;
  783. }
  784. public function getSeasonAltId()
  785. {
  786. return $this->seasonAltId;
  787. }
  788. public function setSeasonNumber($seasonNumber)
  789. {
  790. $this->seasonNumber = $seasonNumber;
  791. }
  792. public function getSeasonNumber()
  793. {
  794. return $this->seasonNumber;
  795. }
  796. public function setSeasonTitleInternalAlias($seasonTitleInternalAlias)
  797. {
  798. $this->seasonTitleInternalAlias = $seasonTitleInternalAlias;
  799. }
  800. public function getSeasonTitleInternalAlias()
  801. {
  802. return $this->seasonTitleInternalAlias;
  803. }
  804. public function setSeriesAltId($seriesAltId)
  805. {
  806. $this->seriesAltId = $seriesAltId;
  807. }
  808. public function getSeriesAltId()
  809. {
  810. return $this->seriesAltId;
  811. }
  812. public function setSeriesTitleInternalAlias($seriesTitleInternalAlias)
  813. {
  814. $this->seriesTitleInternalAlias = $seriesTitleInternalAlias;
  815. }
  816. public function getSeriesTitleInternalAlias()
  817. {
  818. return $this->seriesTitleInternalAlias;
  819. }
  820. public function setStart($start)
  821. {
  822. $this->start = $start;
  823. }
  824. public function getStart()
  825. {
  826. return $this->start;
  827. }
  828. public function setStoreLanguage($storeLanguage)
  829. {
  830. $this->storeLanguage = $storeLanguage;
  831. }
  832. public function getStoreLanguage()
  833. {
  834. return $this->storeLanguage;
  835. }
  836. public function setSuppressionLiftDate($suppressionLiftDate)
  837. {
  838. $this->suppressionLiftDate = $suppressionLiftDate;
  839. }
  840. public function getSuppressionLiftDate()
  841. {
  842. return $this->suppressionLiftDate;
  843. }
  844. public function setTerritory($territory)
  845. {
  846. $this->territory = $territory;
  847. }
  848. public function getTerritory()
  849. {
  850. return $this->territory;
  851. }
  852. public function setTitleInternalAlias($titleInternalAlias)
  853. {
  854. $this->titleInternalAlias = $titleInternalAlias;
  855. }
  856. public function getTitleInternalAlias()
  857. {
  858. return $this->titleInternalAlias;
  859. }
  860. public function setVideoId($videoId)
  861. {
  862. $this->videoId = $videoId;
  863. }
  864. public function getVideoId()
  865. {
  866. return $this->videoId;
  867. }
  868. public function setWorkType($workType)
  869. {
  870. $this->workType = $workType;
  871. }
  872. public function getWorkType()
  873. {
  874. return $this->workType;
  875. }
  876. }
  877. class Google_Service_Playmoviespartner_ExperienceLocale extends Google_Collection
  878. {
  879. protected $collection_key = 'pphNames';
  880. protected $internal_gapi_mappings = array(
  881. );
  882. public $altCutId;
  883. public $approvedTime;
  884. public $channelId;
  885. public $country;
  886. public $createdTime;
  887. public $customIds;
  888. public $earliestAvailStartTime;
  889. public $editLevelEidr;
  890. public $elId;
  891. public $inventoryId;
  892. public $language;
  893. public $name;
  894. public $normalizedPriority;
  895. public $playableSequenceId;
  896. public $pphNames;
  897. public $presentationId;
  898. public $priority;
  899. public $status;
  900. public $studioName;
  901. public $titleLevelEidr;
  902. public $trailerId;
  903. public $type;
  904. public $videoId;
  905. public function setAltCutId($altCutId)
  906. {
  907. $this->altCutId = $altCutId;
  908. }
  909. public function getAltCutId()
  910. {
  911. return $this->altCutId;
  912. }
  913. public function setApprovedTime($approvedTime)
  914. {
  915. $this->approvedTime = $approvedTime;
  916. }
  917. public function getApprovedTime()
  918. {
  919. return $this->approvedTime;
  920. }
  921. public function setChannelId($channelId)
  922. {
  923. $this->channelId = $channelId;
  924. }
  925. public function getChannelId()
  926. {
  927. return $this->channelId;
  928. }
  929. public function setCountry($country)
  930. {
  931. $this->country = $country;
  932. }
  933. public function getCountry()
  934. {
  935. return $this->country;
  936. }
  937. public function setCreatedTime($createdTime)
  938. {
  939. $this->createdTime = $createdTime;
  940. }
  941. public function getCreatedTime()
  942. {
  943. return $this->createdTime;
  944. }
  945. public function setCustomIds($customIds)
  946. {
  947. $this->customIds = $customIds;
  948. }
  949. public function getCustomIds()
  950. {
  951. return $this->customIds;
  952. }
  953. public function setEarliestAvailStartTime($earliestAvailStartTime)
  954. {
  955. $this->earliestAvailStartTime = $earliestAvailStartTime;
  956. }
  957. public function getEarliestAvailStartTime()
  958. {
  959. return $this->earliestAvailStartTime;
  960. }
  961. public function setEditLevelEidr($editLevelEidr)
  962. {
  963. $this->editLevelEidr = $editLevelEidr;
  964. }
  965. public function getEditLevelEidr()
  966. {
  967. return $this->editLevelEidr;
  968. }
  969. public function setElId($elId)
  970. {
  971. $this->elId = $elId;
  972. }
  973. public function getElId()
  974. {
  975. return $this->elId;
  976. }
  977. public function setInventoryId($inventoryId)
  978. {
  979. $this->inventoryId = $inventoryId;
  980. }
  981. public function getInventoryId()
  982. {
  983. return $this->inventoryId;
  984. }
  985. public function setLanguage($language)
  986. {
  987. $this->language = $language;
  988. }
  989. public function getLanguage()
  990. {
  991. return $this->language;
  992. }
  993. public function setName($name)
  994. {
  995. $this->name = $name;
  996. }
  997. public function getName()
  998. {
  999. return $this->name;
  1000. }
  1001. public function setNormalizedPriority($normalizedPriority)
  1002. {
  1003. $this->normalizedPriority = $normalizedPriority;
  1004. }
  1005. public function getNormalizedPriority()
  1006. {
  1007. return $this->normalizedPriority;
  1008. }
  1009. public function setPlayableSequenceId($playableSequenceId)
  1010. {
  1011. $this->playableSequenceId = $playableSequenceId;
  1012. }
  1013. public function getPlayableSequenceId()
  1014. {
  1015. return $this->playableSequenceId;
  1016. }
  1017. public function setPphNames($pphNames)
  1018. {
  1019. $this->pphNames = $pphNames;
  1020. }
  1021. public function getPphNames()
  1022. {
  1023. return $this->pphNames;
  1024. }
  1025. public function setPresentationId($presentationId)
  1026. {
  1027. $this->presentationId = $presentationId;
  1028. }
  1029. public function getPresentationId()
  1030. {
  1031. return $this->presentationId;
  1032. }
  1033. public function setPriority($priority)
  1034. {
  1035. $this->priority = $priority;
  1036. }
  1037. public function getPriority()
  1038. {
  1039. return $this->priority;
  1040. }
  1041. public function setStatus($status)
  1042. {
  1043. $this->status = $status;
  1044. }
  1045. public function getStatus()
  1046. {
  1047. return $this->status;
  1048. }
  1049. public function setStudioName($studioName)
  1050. {
  1051. $this->studioName = $studioName;
  1052. }
  1053. public function getStudioName()
  1054. {
  1055. return $this->studioName;
  1056. }
  1057. public function setTitleLevelEidr($titleLevelEidr)
  1058. {
  1059. $this->titleLevelEidr = $titleLevelEidr;
  1060. }
  1061. public function getTitleLevelEidr()
  1062. {
  1063. return $this->titleLevelEidr;
  1064. }
  1065. public function setTrailerId($trailerId)
  1066. {
  1067. $this->trailerId = $trailerId;
  1068. }
  1069. public function getTrailerId()
  1070. {
  1071. return $this->trailerId;
  1072. }
  1073. public function setType($type)
  1074. {
  1075. $this->type = $type;
  1076. }
  1077. public function getType()
  1078. {
  1079. return $this->type;
  1080. }
  1081. public function setVideoId($videoId)
  1082. {
  1083. $this->videoId = $videoId;
  1084. }
  1085. public function getVideoId()
  1086. {
  1087. return $this->videoId;
  1088. }
  1089. }
  1090. class Google_Service_Playmoviespartner_ListAvailsResponse extends Google_Collection
  1091. {
  1092. protected $collection_key = 'avails';
  1093. protected $internal_gapi_mappings = array(
  1094. );
  1095. protected $availsType = 'Google_Service_Playmoviespartner_Avail';
  1096. protected $availsDataType = 'array';
  1097. public $nextPageToken;
  1098. public function setAvails($avails)
  1099. {
  1100. $this->avails = $avails;
  1101. }
  1102. public function getAvails()
  1103. {
  1104. return $this->avails;
  1105. }
  1106. public function setNextPageToken($nextPageToken)
  1107. {
  1108. $this->nextPageToken = $nextPageToken;
  1109. }
  1110. public function getNextPageToken()
  1111. {
  1112. return $this->nextPageToken;
  1113. }
  1114. }
  1115. class Google_Service_Playmoviespartner_ListExperienceLocalesResponse extends Google_Collection
  1116. {
  1117. protected $collection_key = 'experienceLocales';
  1118. protected $internal_gapi_mappings = array(
  1119. );
  1120. protected $experienceLocalesType = 'Google_Service_Playmoviespartner_ExperienceLocale';
  1121. protected $experienceLocalesDataType = 'array';
  1122. public $nextPageToken;
  1123. public function setExperienceLocales($experienceLocales)
  1124. {
  1125. $this->experienceLocales = $experienceLocales;
  1126. }
  1127. public function getExperienceLocales()
  1128. {
  1129. return $this->experienceLocales;
  1130. }
  1131. public function setNextPageToken($nextPageToken)
  1132. {
  1133. $this->nextPageToken = $nextPageToken;
  1134. }
  1135. public function getNextPageToken()
  1136. {
  1137. return $this->nextPageToken;
  1138. }
  1139. }
  1140. class Google_Service_Playmoviespartner_ListOrdersResponse extends Google_Collection
  1141. {
  1142. protected $collection_key = 'orders';
  1143. protected $internal_gapi_mappings = array(
  1144. );
  1145. public $nextPageToken;
  1146. protected $ordersType = 'Google_Service_Playmoviespartner_Order';
  1147. protected $ordersDataType = 'array';
  1148. public function setNextPageToken($nextPageToken)
  1149. {
  1150. $this->nextPageToken = $nextPageToken;
  1151. }
  1152. public function getNextPageToken()
  1153. {
  1154. return $this->nextPageToken;
  1155. }
  1156. public function setOrders($orders)
  1157. {
  1158. $this->orders = $orders;
  1159. }
  1160. public function getOrders()
  1161. {
  1162. return $this->orders;
  1163. }
  1164. }
  1165. class Google_Service_Playmoviespartner_ListStoreInfosResponse extends Google_Collection
  1166. {
  1167. protected $collection_key = 'storeInfos';
  1168. protected $internal_gapi_mappings = array(
  1169. );
  1170. public $nextPageToken;
  1171. protected $storeInfosType = 'Google_Service_Playmoviespartner_StoreInfo';
  1172. protected $storeInfosDataType = 'array';
  1173. public function setNextPageToken($nextPageToken)
  1174. {
  1175. $this->nextPageToken = $nextPageToken;
  1176. }
  1177. public function getNextPageToken()
  1178. {
  1179. return $this->nextPageToken;
  1180. }
  1181. public function setStoreInfos($storeInfos)
  1182. {
  1183. $this->storeInfos = $storeInfos;
  1184. }
  1185. public function getStoreInfos()
  1186. {
  1187. return $this->storeInfos;
  1188. }
  1189. }
  1190. class Google_Service_Playmoviespartner_Order extends Google_Collection
  1191. {
  1192. protected $collection_key = 'countries';
  1193. protected $internal_gapi_mappings = array(
  1194. );
  1195. public $approvedTime;
  1196. public $channelId;
  1197. public $channelName;
  1198. public $countries;
  1199. public $customId;
  1200. public $earliestAvailStartTime;
  1201. public $episodeName;
  1202. public $legacyPriority;
  1203. public $name;
  1204. public $normalizedPriority;
  1205. public $orderId;
  1206. public $orderedTime;
  1207. public $pphName;
  1208. public $priority;
  1209. public $receivedTime;
  1210. public $rejectionNote;
  1211. public $seasonName;
  1212. public $showName;
  1213. public $status;
  1214. public $statusDetail;
  1215. public $studioName;
  1216. public $type;
  1217. public $videoId;
  1218. public function setApprovedTime($approvedTime)
  1219. {
  1220. $this->approvedTime = $approvedTime;
  1221. }
  1222. public function getApprovedTime()
  1223. {
  1224. return $this->approvedTime;
  1225. }
  1226. public function setChannelId($channelId)
  1227. {
  1228. $this->channelId = $channelId;
  1229. }
  1230. public function getChannelId()
  1231. {
  1232. return $this->channelId;
  1233. }
  1234. public function setChannelName($channelName)
  1235. {
  1236. $this->channelName = $channelName;
  1237. }
  1238. public function getChannelName()
  1239. {
  1240. return $this->channelName;
  1241. }
  1242. public function setCountries($countries)
  1243. {
  1244. $this->countries = $countries;
  1245. }
  1246. public function getCountries()
  1247. {
  1248. return $this->countries;
  1249. }
  1250. public function setCustomId($customId)
  1251. {
  1252. $this->customId = $customId;
  1253. }
  1254. public function getCustomId()
  1255. {
  1256. return $this->customId;
  1257. }
  1258. public function setEarliestAvailStartTime($earliestAvailStartTime)
  1259. {
  1260. $this->earliestAvailStartTime = $earliestAvailStartTime;
  1261. }
  1262. public function getEarliestAvailStartTime()
  1263. {
  1264. return $this->earliestAvailStartTime;
  1265. }
  1266. public function setEpisodeName($episodeName)
  1267. {
  1268. $this->episodeName = $episodeName;
  1269. }
  1270. public function getEpisodeName()
  1271. {
  1272. return $this->episodeName;
  1273. }
  1274. public function setLegacyPriority($legacyPriority)
  1275. {
  1276. $this->legacyPriority = $legacyPriority;
  1277. }
  1278. public function getLegacyPriority()
  1279. {
  1280. return $this->legacyPriority;
  1281. }
  1282. public function setName($name)
  1283. {
  1284. $this->name = $name;
  1285. }
  1286. public function getName()
  1287. {
  1288. return $this->name;
  1289. }
  1290. public function setNormalizedPriority($normalizedPriority)
  1291. {
  1292. $this->normalizedPriority = $normalizedPriority;
  1293. }
  1294. public function getNormalizedPriority()
  1295. {
  1296. return $this->normalizedPriority;
  1297. }
  1298. public function setOrderId($orderId)
  1299. {
  1300. $this->orderId = $orderId;
  1301. }
  1302. public function getOrderId()
  1303. {
  1304. return $this->orderId;
  1305. }
  1306. public function setOrderedTime($orderedTime)
  1307. {
  1308. $this->orderedTime = $orderedTime;
  1309. }
  1310. public function getOrderedTime()
  1311. {
  1312. return $this->orderedTime;
  1313. }
  1314. public function setPphName($pphName)
  1315. {
  1316. $this->pphName = $pphName;
  1317. }
  1318. public function getPphName()
  1319. {
  1320. return $this->pphName;
  1321. }
  1322. public function setPriority($priority)
  1323. {
  1324. $this->priority = $priority;
  1325. }
  1326. public function getPriority()
  1327. {
  1328. return $this->priority;
  1329. }
  1330. public function setReceivedTime($receivedTime)
  1331. {
  1332. $this->receivedTime = $receivedTime;
  1333. }
  1334. public function getReceivedTime()
  1335. {
  1336. return $this->receivedTime;
  1337. }
  1338. public function setRejectionNote($rejectionNote)
  1339. {
  1340. $this->rejectionNote = $rejectionNote;
  1341. }
  1342. public function getRejectionNote()
  1343. {
  1344. return $this->rejectionNote;
  1345. }
  1346. public function setSeasonName($seasonName)
  1347. {
  1348. $this->seasonName = $seasonName;
  1349. }
  1350. public function getSeasonName()
  1351. {
  1352. return $this->seasonName;
  1353. }
  1354. public function setShowName($showName)
  1355. {
  1356. $this->showName = $showName;
  1357. }
  1358. public function getShowName()
  1359. {
  1360. return $this->showName;
  1361. }
  1362. public function setStatus($status)
  1363. {
  1364. $this->status = $status;
  1365. }
  1366. public function getStatus()
  1367. {
  1368. return $this->status;
  1369. }
  1370. public function setStatusDetail($statusDetail)
  1371. {
  1372. $this->statusDetail = $statusDetail;
  1373. }
  1374. public function getStatusDetail()
  1375. {
  1376. return $this->statusDetail;
  1377. }
  1378. public function setStudioName($studioName)
  1379. {
  1380. $this->studioName = $studioName;
  1381. }
  1382. public function getStudioName()
  1383. {
  1384. return $this->studioName;
  1385. }
  1386. public function setType($type)
  1387. {
  1388. $this->type = $type;
  1389. }
  1390. public function getType()
  1391. {
  1392. return $this->type;
  1393. }
  1394. public function setVideoId($videoId)
  1395. {
  1396. $this->videoId = $videoId;
  1397. }
  1398. public function getVideoId()
  1399. {
  1400. return $this->videoId;
  1401. }
  1402. }
  1403. class Google_Service_Playmoviespartner_StoreInfo extends Google_Collection
  1404. {
  1405. protected $collection_key = 'subtitles';
  1406. protected $internal_gapi_mappings = array(
  1407. );
  1408. public $audioTracks;
  1409. public $country;
  1410. public $editLevelEidr;
  1411. public $episodeNumber;
  1412. public $hasAudio51;
  1413. public $hasEstOffer;
  1414. public $hasHdOffer;
  1415. public $hasInfoCards;
  1416. public $hasSdOffer;
  1417. public $hasVodOffer;
  1418. public $liveTime;
  1419. public $mid;
  1420. public $name;
  1421. public $pphNames;
  1422. public $seasonId;
  1423. public $seasonName;
  1424. public $seasonNumber;
  1425. public $showId;
  1426. public $showName;
  1427. public $studioName;
  1428. public $subtitles;
  1429. public $titleLevelEidr;
  1430. public $trailerId;
  1431. public $type;
  1432. public $videoId;
  1433. public function setAudioTracks($audioTracks)
  1434. {
  1435. $this->audioTracks = $audioTracks;
  1436. }
  1437. public function getAudioTracks()
  1438. {
  1439. return $this->audioTracks;
  1440. }
  1441. public function setCountry($country)
  1442. {
  1443. $this->country = $country;
  1444. }
  1445. public function getCountry()
  1446. {
  1447. return $this->country;
  1448. }
  1449. public function setEditLevelEidr($editLevelEidr)
  1450. {
  1451. $this->editLevelEidr = $editLevelEidr;
  1452. }
  1453. public function getEditLevelEidr()
  1454. {
  1455. return $this->editLevelEidr;
  1456. }
  1457. public function setEpisodeNumber($episodeNumber)
  1458. {
  1459. $this->episodeNumber = $episodeNumber;
  1460. }
  1461. public function getEpisodeNumber()
  1462. {
  1463. return $this->episodeNumber;
  1464. }
  1465. public function setHasAudio51($hasAudio51)
  1466. {
  1467. $this->hasAudio51 = $hasAudio51;
  1468. }
  1469. public function getHasAudio51()
  1470. {
  1471. return $this->hasAudio51;
  1472. }
  1473. public function setHasEstOffer($hasEstOffer)
  1474. {
  1475. $this->hasEstOffer = $hasEstOffer;
  1476. }
  1477. public function getHasEstOffer()
  1478. {
  1479. return $this->hasEstOffer;
  1480. }
  1481. public function setHasHdOffer($hasHdOffer)
  1482. {
  1483. $this->hasHdOffer = $hasHdOffer;
  1484. }
  1485. public function getHasHdOffer()
  1486. {
  1487. return $this->hasHdOffer;
  1488. }
  1489. public function setHasInfoCards($hasInfoCards)
  1490. {
  1491. $this->hasInfoCards = $hasInfoCards;
  1492. }
  1493. public function getHasInfoCards()
  1494. {
  1495. return $this->hasInfoCards;
  1496. }
  1497. public function setHasSdOffer($hasSdOffer)
  1498. {
  1499. $this->hasSdOffer = $hasSdOffer;
  1500. }
  1501. public function getHasSdOffer()
  1502. {
  1503. return $this->hasSdOffer;
  1504. }
  1505. public function setHasVodOffer($hasVodOffer)
  1506. {
  1507. $this->hasVodOffer = $hasVodOffer;
  1508. }
  1509. public function getHasVodOffer()
  1510. {
  1511. return $this->hasVodOffer;
  1512. }
  1513. public function setLiveTime($liveTime)
  1514. {
  1515. $this->liveTime = $liveTime;
  1516. }
  1517. public function getLiveTime()
  1518. {
  1519. return $this->liveTime;
  1520. }
  1521. public function setMid($mid)
  1522. {
  1523. $this->mid = $mid;
  1524. }
  1525. public function getMid()
  1526. {
  1527. return $this->mid;
  1528. }
  1529. public function setName($name)
  1530. {
  1531. $this->name = $name;
  1532. }
  1533. public function getName()
  1534. {
  1535. return $this->name;
  1536. }
  1537. public function setPphNames($pphNames)
  1538. {
  1539. $this->pphNames = $pphNames;
  1540. }
  1541. public function getPphNames()
  1542. {
  1543. return $this->pphNames;
  1544. }
  1545. public function setSeasonId($seasonId)
  1546. {
  1547. $this->seasonId = $seasonId;
  1548. }
  1549. public function getSeasonId()
  1550. {
  1551. return $this->seasonId;
  1552. }
  1553. public function setSeasonName($seasonName)
  1554. {
  1555. $this->seasonName = $seasonName;
  1556. }
  1557. public function getSeasonName()
  1558. {
  1559. return $this->seasonName;
  1560. }
  1561. public function setSeasonNumber($seasonNumber)
  1562. {
  1563. $this->seasonNumber = $seasonNumber;
  1564. }
  1565. public function getSeasonNumber()
  1566. {
  1567. return $this->seasonNumber;
  1568. }
  1569. public function setShowId($showId)
  1570. {
  1571. $this->showId = $showId;
  1572. }
  1573. public function getShowId()
  1574. {
  1575. return $this->showId;
  1576. }
  1577. public function setShowName($showName)
  1578. {
  1579. $this->showName = $showName;
  1580. }
  1581. public function getShowName()
  1582. {
  1583. return $this->showName;
  1584. }
  1585. public function setStudioName($studioName)
  1586. {
  1587. $this->studioName = $studioName;
  1588. }
  1589. public function getStudioName()
  1590. {
  1591. return $this->studioName;
  1592. }
  1593. public function setSubtitles($subtitles)
  1594. {
  1595. $this->subtitles = $subtitles;
  1596. }
  1597. public function getSubtitles()
  1598. {
  1599. return $this->subtitles;
  1600. }
  1601. public function setTitleLevelEidr($titleLevelEidr)
  1602. {
  1603. $this->titleLevelEidr = $titleLevelEidr;
  1604. }
  1605. public function getTitleLevelEidr()
  1606. {
  1607. return $this->titleLevelEidr;
  1608. }
  1609. public function setTrailerId($trailerId)
  1610. {
  1611. $this->trailerId = $trailerId;
  1612. }
  1613. public function getTrailerId()
  1614. {
  1615. return $this->trailerId;
  1616. }
  1617. public function setType($type)
  1618. {
  1619. $this->type = $type;
  1620. }
  1621. public function getType()
  1622. {
  1623. return $this->type;
  1624. }
  1625. public function setVideoId($videoId)
  1626. {
  1627. $this->videoId = $videoId;
  1628. }
  1629. public function getVideoId()
  1630. {
  1631. return $this->videoId;
  1632. }
  1633. }