!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.21 GB of 57.97 GB (22.78%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Proposal.php (7.02 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_Proposal extends Google_Collection
{
  protected 
$collection_key 'sellerContacts';
  protected 
$billedBuyerType 'Google_Service_AdExchangeBuyer_Buyer';
  protected 
$billedBuyerDataType '';
  protected 
$buyerType 'Google_Service_AdExchangeBuyer_Buyer';
  protected 
$buyerDataType '';
  protected 
$buyerContactsType 'Google_Service_AdExchangeBuyer_ContactInformation';
  protected 
$buyerContactsDataType 'array';
  protected 
$buyerPrivateDataType 'Google_Service_AdExchangeBuyer_PrivateData';
  protected 
$buyerPrivateDataDataType '';
  public 
$dbmAdvertiserIds;
  public 
$hasBuyerSignedOff;
  public 
$hasSellerSignedOff;
  public 
$inventorySource;
  public 
$isRenegotiating;
  public 
$isSetupComplete;
  public 
$kind;
  protected 
$labelsType 'Google_Service_AdExchangeBuyer_MarketplaceLabel';
  protected 
$labelsDataType 'array';
  public 
$lastUpdaterOrCommentorRole;
  public 
$name;
  public 
$negotiationId;
  public 
$originatorRole;
  public 
$privateAuctionId;
  public 
$proposalId;
  public 
$proposalState;
  public 
$revisionNumber;
  public 
$revisionTimeMs;
  protected 
$sellerType 'Google_Service_AdExchangeBuyer_Seller';
  protected 
$sellerDataType '';
  protected 
$sellerContactsType 'Google_Service_AdExchangeBuyer_ContactInformation';
  protected 
$sellerContactsDataType 'array';

  
/**
   * @param Google_Service_AdExchangeBuyer_Buyer
   */
  
public function setBilledBuyer(Google_Service_AdExchangeBuyer_Buyer $billedBuyer)
  {
    
$this->billedBuyer $billedBuyer;
  }
  
/**
   * @return Google_Service_AdExchangeBuyer_Buyer
   */
  
public function getBilledBuyer()
  {
    return 
$this->billedBuyer;
  }
  
/**
   * @param Google_Service_AdExchangeBuyer_Buyer
   */
  
public function setBuyer(Google_Service_AdExchangeBuyer_Buyer $buyer)
  {
    
$this->buyer $buyer;
  }
  
/**
   * @return Google_Service_AdExchangeBuyer_Buyer
   */
  
public function getBuyer()
  {
    return 
$this->buyer;
  }
  
/**
   * @param Google_Service_AdExchangeBuyer_ContactInformation[]
   */
  
public function setBuyerContacts($buyerContacts)
  {
    
$this->buyerContacts $buyerContacts;
  }
  
/**
   * @return Google_Service_AdExchangeBuyer_ContactInformation[]
   */
  
public function getBuyerContacts()
  {
    return 
$this->buyerContacts;
  }
  
/**
   * @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 
setDbmAdvertiserIds($dbmAdvertiserIds)
  {
    
$this->dbmAdvertiserIds $dbmAdvertiserIds;
  }
  public function 
getDbmAdvertiserIds()
  {
    return 
$this->dbmAdvertiserIds;
  }
  public function 
setHasBuyerSignedOff($hasBuyerSignedOff)
  {
    
$this->hasBuyerSignedOff $hasBuyerSignedOff;
  }
  public function 
getHasBuyerSignedOff()
  {
    return 
$this->hasBuyerSignedOff;
  }
  public function 
setHasSellerSignedOff($hasSellerSignedOff)
  {
    
$this->hasSellerSignedOff $hasSellerSignedOff;
  }
  public function 
getHasSellerSignedOff()
  {
    return 
$this->hasSellerSignedOff;
  }
  public function 
setInventorySource($inventorySource)
  {
    
$this->inventorySource $inventorySource;
  }
  public function 
getInventorySource()
  {
    return 
$this->inventorySource;
  }
  public function 
setIsRenegotiating($isRenegotiating)
  {
    
$this->isRenegotiating $isRenegotiating;
  }
  public function 
getIsRenegotiating()
  {
    return 
$this->isRenegotiating;
  }
  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;
  }
  
/**
   * @param Google_Service_AdExchangeBuyer_MarketplaceLabel[]
   */
  
public function setLabels($labels)
  {
    
$this->labels $labels;
  }
  
/**
   * @return Google_Service_AdExchangeBuyer_MarketplaceLabel[]
   */
  
public function getLabels()
  {
    return 
$this->labels;
  }
  public function 
setLastUpdaterOrCommentorRole($lastUpdaterOrCommentorRole)
  {
    
$this->lastUpdaterOrCommentorRole $lastUpdaterOrCommentorRole;
  }
  public function 
getLastUpdaterOrCommentorRole()
  {
    return 
$this->lastUpdaterOrCommentorRole;
  }
  public function 
setName($name)
  {
    
$this->name $name;
  }
  public function 
getName()
  {
    return 
$this->name;
  }
  public function 
setNegotiationId($negotiationId)
  {
    
$this->negotiationId $negotiationId;
  }
  public function 
getNegotiationId()
  {
    return 
$this->negotiationId;
  }
  public function 
setOriginatorRole($originatorRole)
  {
    
$this->originatorRole $originatorRole;
  }
  public function 
getOriginatorRole()
  {
    return 
$this->originatorRole;
  }
  public function 
setPrivateAuctionId($privateAuctionId)
  {
    
$this->privateAuctionId $privateAuctionId;
  }
  public function 
getPrivateAuctionId()
  {
    return 
$this->privateAuctionId;
  }
  public function 
setProposalId($proposalId)
  {
    
$this->proposalId $proposalId;
  }
  public function 
getProposalId()
  {
    return 
$this->proposalId;
  }
  public function 
setProposalState($proposalState)
  {
    
$this->proposalState $proposalState;
  }
  public function 
getProposalState()
  {
    return 
$this->proposalState;
  }
  public function 
setRevisionNumber($revisionNumber)
  {
    
$this->revisionNumber $revisionNumber;
  }
  public function 
getRevisionNumber()
  {
    return 
$this->revisionNumber;
  }
  public function 
setRevisionTimeMs($revisionTimeMs)
  {
    
$this->revisionTimeMs $revisionTimeMs;
  }
  public function 
getRevisionTimeMs()
  {
    return 
$this->revisionTimeMs;
  }
  
/**
   * @param Google_Service_AdExchangeBuyer_Seller
   */
  
public function setSeller(Google_Service_AdExchangeBuyer_Seller $seller)
  {
    
$this->seller $seller;
  }
  
/**
   * @return Google_Service_AdExchangeBuyer_Seller
   */
  
public function getSeller()
  {
    return 
$this->seller;
  }
  
/**
   * @param Google_Service_AdExchangeBuyer_ContactInformation[]
   */
  
public function setSellerContacts($sellerContacts)
  {
    
$this->sellerContacts $sellerContacts;
  }
  
/**
   * @return Google_Service_AdExchangeBuyer_ContactInformation[]
   */
  
public function getSellerContacts()
  {
    return 
$this->sellerContacts;
  }
}

:: 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.0054 ]--