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