123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310 |
- <?php
- /*
- * Copyright 2014 Google Inc.
- *
- * Licensed under the Apache License, Version 2.0 (the "License"); you may not
- * use this file except in compliance with the License. You may obtain a copy of
- * the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
- * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
- * License for the specific language governing permissions and limitations under
- * the License.
- */
-
- class Google_Service_Playmoviespartner_Avail extends Google_Collection
- {
- protected $collection_key = 'pphNames';
- public $altId;
- public $captionExemption;
- public $captionIncluded;
- public $contentId;
- public $displayName;
- public $encodeId;
- public $end;
- public $episodeAltId;
- public $episodeNumber;
- public $episodeTitleInternalAlias;
- public $formatProfile;
- public $licenseType;
- public $pphNames;
- public $priceType;
- public $priceValue;
- public $productId;
- public $ratingReason;
- public $ratingSystem;
- public $ratingValue;
- public $releaseDate;
- public $seasonAltId;
- public $seasonNumber;
- public $seasonTitleInternalAlias;
- public $seriesAltId;
- public $seriesTitleInternalAlias;
- public $start;
- public $storeLanguage;
- public $suppressionLiftDate;
- public $territory;
- public $titleInternalAlias;
- public $videoId;
- public $workType;
-
- public function setAltId($altId)
- {
- $this->altId = $altId;
- }
- public function getAltId()
- {
- return $this->altId;
- }
- public function setCaptionExemption($captionExemption)
- {
- $this->captionExemption = $captionExemption;
- }
- public function getCaptionExemption()
- {
- return $this->captionExemption;
- }
- public function setCaptionIncluded($captionIncluded)
- {
- $this->captionIncluded = $captionIncluded;
- }
- public function getCaptionIncluded()
- {
- return $this->captionIncluded;
- }
- public function setContentId($contentId)
- {
- $this->contentId = $contentId;
- }
- public function getContentId()
- {
- return $this->contentId;
- }
- public function setDisplayName($displayName)
- {
- $this->displayName = $displayName;
- }
- public function getDisplayName()
- {
- return $this->displayName;
- }
- public function setEncodeId($encodeId)
- {
- $this->encodeId = $encodeId;
- }
- public function getEncodeId()
- {
- return $this->encodeId;
- }
- public function setEnd($end)
- {
- $this->end = $end;
- }
- public function getEnd()
- {
- return $this->end;
- }
- public function setEpisodeAltId($episodeAltId)
- {
- $this->episodeAltId = $episodeAltId;
- }
- public function getEpisodeAltId()
- {
- return $this->episodeAltId;
- }
- public function setEpisodeNumber($episodeNumber)
- {
- $this->episodeNumber = $episodeNumber;
- }
- public function getEpisodeNumber()
- {
- return $this->episodeNumber;
- }
- public function setEpisodeTitleInternalAlias($episodeTitleInternalAlias)
- {
- $this->episodeTitleInternalAlias = $episodeTitleInternalAlias;
- }
- public function getEpisodeTitleInternalAlias()
- {
- return $this->episodeTitleInternalAlias;
- }
- public function setFormatProfile($formatProfile)
- {
- $this->formatProfile = $formatProfile;
- }
- public function getFormatProfile()
- {
- return $this->formatProfile;
- }
- public function setLicenseType($licenseType)
- {
- $this->licenseType = $licenseType;
- }
- public function getLicenseType()
- {
- return $this->licenseType;
- }
- public function setPphNames($pphNames)
- {
- $this->pphNames = $pphNames;
- }
- public function getPphNames()
- {
- return $this->pphNames;
- }
- public function setPriceType($priceType)
- {
- $this->priceType = $priceType;
- }
- public function getPriceType()
- {
- return $this->priceType;
- }
- public function setPriceValue($priceValue)
- {
- $this->priceValue = $priceValue;
- }
- public function getPriceValue()
- {
- return $this->priceValue;
- }
- public function setProductId($productId)
- {
- $this->productId = $productId;
- }
- public function getProductId()
- {
- return $this->productId;
- }
- public function setRatingReason($ratingReason)
- {
- $this->ratingReason = $ratingReason;
- }
- public function getRatingReason()
- {
- return $this->ratingReason;
- }
- public function setRatingSystem($ratingSystem)
- {
- $this->ratingSystem = $ratingSystem;
- }
- public function getRatingSystem()
- {
- return $this->ratingSystem;
- }
- public function setRatingValue($ratingValue)
- {
- $this->ratingValue = $ratingValue;
- }
- public function getRatingValue()
- {
- return $this->ratingValue;
- }
- public function setReleaseDate($releaseDate)
- {
- $this->releaseDate = $releaseDate;
- }
- public function getReleaseDate()
- {
- return $this->releaseDate;
- }
- public function setSeasonAltId($seasonAltId)
- {
- $this->seasonAltId = $seasonAltId;
- }
- public function getSeasonAltId()
- {
- return $this->seasonAltId;
- }
- public function setSeasonNumber($seasonNumber)
- {
- $this->seasonNumber = $seasonNumber;
- }
- public function getSeasonNumber()
- {
- return $this->seasonNumber;
- }
- public function setSeasonTitleInternalAlias($seasonTitleInternalAlias)
- {
- $this->seasonTitleInternalAlias = $seasonTitleInternalAlias;
- }
- public function getSeasonTitleInternalAlias()
- {
- return $this->seasonTitleInternalAlias;
- }
- public function setSeriesAltId($seriesAltId)
- {
- $this->seriesAltId = $seriesAltId;
- }
- public function getSeriesAltId()
- {
- return $this->seriesAltId;
- }
- public function setSeriesTitleInternalAlias($seriesTitleInternalAlias)
- {
- $this->seriesTitleInternalAlias = $seriesTitleInternalAlias;
- }
- public function getSeriesTitleInternalAlias()
- {
- return $this->seriesTitleInternalAlias;
- }
- public function setStart($start)
- {
- $this->start = $start;
- }
- public function getStart()
- {
- return $this->start;
- }
- public function setStoreLanguage($storeLanguage)
- {
- $this->storeLanguage = $storeLanguage;
- }
- public function getStoreLanguage()
- {
- return $this->storeLanguage;
- }
- public function setSuppressionLiftDate($suppressionLiftDate)
- {
- $this->suppressionLiftDate = $suppressionLiftDate;
- }
- public function getSuppressionLiftDate()
- {
- return $this->suppressionLiftDate;
- }
- public function setTerritory($territory)
- {
- $this->territory = $territory;
- }
- public function getTerritory()
- {
- return $this->territory;
- }
- public function setTitleInternalAlias($titleInternalAlias)
- {
- $this->titleInternalAlias = $titleInternalAlias;
- }
- public function getTitleInternalAlias()
- {
- return $this->titleInternalAlias;
- }
- public function setVideoId($videoId)
- {
- $this->videoId = $videoId;
- }
- public function getVideoId()
- {
- return $this->videoId;
- }
- public function setWorkType($workType)
- {
- $this->workType = $workType;
- }
- public function getWorkType()
- {
- return $this->workType;
- }
- }
|