123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250 |
- <?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_AndroidEnterprise_Product extends Google_Collection
- {
- protected $collection_key = 'screenshotUrls';
- protected $appVersionType = 'Google_Service_AndroidEnterprise_AppVersion';
- protected $appVersionDataType = 'array';
- public $authorName;
- public $availableCountries;
- public $availableTracks;
- public $category;
- public $contentRating;
- public $description;
- public $detailsUrl;
- public $distributionChannel;
- public $iconUrl;
- public $kind;
- public $lastUpdatedTimestampMillis;
- public $minAndroidSdkVersion;
- protected $permissionsType = 'Google_Service_AndroidEnterprise_ProductPermission';
- protected $permissionsDataType = 'array';
- public $productId;
- public $productPricing;
- public $recentChanges;
- public $requiresContainerApp;
- public $screenshotUrls;
- protected $signingCertificateType = 'Google_Service_AndroidEnterprise_ProductSigningCertificate';
- protected $signingCertificateDataType = '';
- public $smallIconUrl;
- public $title;
- public $workDetailsUrl;
-
- /**
- * @param Google_Service_AndroidEnterprise_AppVersion
- */
- public function setAppVersion($appVersion)
- {
- $this->appVersion = $appVersion;
- }
- /**
- * @return Google_Service_AndroidEnterprise_AppVersion
- */
- public function getAppVersion()
- {
- return $this->appVersion;
- }
- public function setAuthorName($authorName)
- {
- $this->authorName = $authorName;
- }
- public function getAuthorName()
- {
- return $this->authorName;
- }
- public function setAvailableCountries($availableCountries)
- {
- $this->availableCountries = $availableCountries;
- }
- public function getAvailableCountries()
- {
- return $this->availableCountries;
- }
- public function setAvailableTracks($availableTracks)
- {
- $this->availableTracks = $availableTracks;
- }
- public function getAvailableTracks()
- {
- return $this->availableTracks;
- }
- public function setCategory($category)
- {
- $this->category = $category;
- }
- public function getCategory()
- {
- return $this->category;
- }
- public function setContentRating($contentRating)
- {
- $this->contentRating = $contentRating;
- }
- public function getContentRating()
- {
- return $this->contentRating;
- }
- public function setDescription($description)
- {
- $this->description = $description;
- }
- public function getDescription()
- {
- return $this->description;
- }
- public function setDetailsUrl($detailsUrl)
- {
- $this->detailsUrl = $detailsUrl;
- }
- public function getDetailsUrl()
- {
- return $this->detailsUrl;
- }
- public function setDistributionChannel($distributionChannel)
- {
- $this->distributionChannel = $distributionChannel;
- }
- public function getDistributionChannel()
- {
- return $this->distributionChannel;
- }
- public function setIconUrl($iconUrl)
- {
- $this->iconUrl = $iconUrl;
- }
- public function getIconUrl()
- {
- return $this->iconUrl;
- }
- public function setKind($kind)
- {
- $this->kind = $kind;
- }
- public function getKind()
- {
- return $this->kind;
- }
- public function setLastUpdatedTimestampMillis($lastUpdatedTimestampMillis)
- {
- $this->lastUpdatedTimestampMillis = $lastUpdatedTimestampMillis;
- }
- public function getLastUpdatedTimestampMillis()
- {
- return $this->lastUpdatedTimestampMillis;
- }
- public function setMinAndroidSdkVersion($minAndroidSdkVersion)
- {
- $this->minAndroidSdkVersion = $minAndroidSdkVersion;
- }
- public function getMinAndroidSdkVersion()
- {
- return $this->minAndroidSdkVersion;
- }
- /**
- * @param Google_Service_AndroidEnterprise_ProductPermission
- */
- public function setPermissions($permissions)
- {
- $this->permissions = $permissions;
- }
- /**
- * @return Google_Service_AndroidEnterprise_ProductPermission
- */
- public function getPermissions()
- {
- return $this->permissions;
- }
- public function setProductId($productId)
- {
- $this->productId = $productId;
- }
- public function getProductId()
- {
- return $this->productId;
- }
- public function setProductPricing($productPricing)
- {
- $this->productPricing = $productPricing;
- }
- public function getProductPricing()
- {
- return $this->productPricing;
- }
- public function setRecentChanges($recentChanges)
- {
- $this->recentChanges = $recentChanges;
- }
- public function getRecentChanges()
- {
- return $this->recentChanges;
- }
- public function setRequiresContainerApp($requiresContainerApp)
- {
- $this->requiresContainerApp = $requiresContainerApp;
- }
- public function getRequiresContainerApp()
- {
- return $this->requiresContainerApp;
- }
- public function setScreenshotUrls($screenshotUrls)
- {
- $this->screenshotUrls = $screenshotUrls;
- }
- public function getScreenshotUrls()
- {
- return $this->screenshotUrls;
- }
- /**
- * @param Google_Service_AndroidEnterprise_ProductSigningCertificate
- */
- public function setSigningCertificate(Google_Service_AndroidEnterprise_ProductSigningCertificate $signingCertificate)
- {
- $this->signingCertificate = $signingCertificate;
- }
- /**
- * @return Google_Service_AndroidEnterprise_ProductSigningCertificate
- */
- public function getSigningCertificate()
- {
- return $this->signingCertificate;
- }
- public function setSmallIconUrl($smallIconUrl)
- {
- $this->smallIconUrl = $smallIconUrl;
- }
- public function getSmallIconUrl()
- {
- return $this->smallIconUrl;
- }
- public function setTitle($title)
- {
- $this->title = $title;
- }
- public function getTitle()
- {
- return $this->title;
- }
- public function setWorkDetailsUrl($workDetailsUrl)
- {
- $this->workDetailsUrl = $workDetailsUrl;
- }
- public function getWorkDetailsUrl()
- {
- return $this->workDetailsUrl;
- }
- }
|