!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/Dfareporting/   drwxr-xr-x
Free 12.99 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:     Report.php (7.1 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_Dfareporting_Report extends Google_Model
{
  public 
$accountId;
  protected 
$criteriaType 'Google_Service_Dfareporting_ReportCriteria';
  protected 
$criteriaDataType '';
  protected 
$crossDimensionReachCriteriaType 'Google_Service_Dfareporting_ReportCrossDimensionReachCriteria';
  protected 
$crossDimensionReachCriteriaDataType '';
  protected 
$deliveryType 'Google_Service_Dfareporting_ReportDelivery';
  protected 
$deliveryDataType '';
  public 
$etag;
  public 
$fileName;
  protected 
$floodlightCriteriaType 'Google_Service_Dfareporting_ReportFloodlightCriteria';
  protected 
$floodlightCriteriaDataType '';
  public 
$format;
  public 
$id;
  public 
$kind;
  public 
$lastModifiedTime;
  public 
$name;
  public 
$ownerProfileId;
  protected 
$pathAttributionCriteriaType 'Google_Service_Dfareporting_ReportPathAttributionCriteria';
  protected 
$pathAttributionCriteriaDataType '';
  protected 
$pathCriteriaType 'Google_Service_Dfareporting_ReportPathCriteria';
  protected 
$pathCriteriaDataType '';
  protected 
$pathToConversionCriteriaType 'Google_Service_Dfareporting_ReportPathToConversionCriteria';
  protected 
$pathToConversionCriteriaDataType '';
  protected 
$reachCriteriaType 'Google_Service_Dfareporting_ReportReachCriteria';
  protected 
$reachCriteriaDataType '';
  protected 
$scheduleType 'Google_Service_Dfareporting_ReportSchedule';
  protected 
$scheduleDataType '';
  public 
$subAccountId;
  public 
$type;

  public function 
setAccountId($accountId)
  {
    
$this->accountId $accountId;
  }
  public function 
getAccountId()
  {
    return 
$this->accountId;
  }
  
/**
   * @param Google_Service_Dfareporting_ReportCriteria
   */
  
public function setCriteria(Google_Service_Dfareporting_ReportCriteria $criteria)
  {
    
$this->criteria $criteria;
  }
  
/**
   * @return Google_Service_Dfareporting_ReportCriteria
   */
  
public function getCriteria()
  {
    return 
$this->criteria;
  }
  
/**
   * @param Google_Service_Dfareporting_ReportCrossDimensionReachCriteria
   */
  
public function setCrossDimensionReachCriteria(Google_Service_Dfareporting_ReportCrossDimensionReachCriteria $crossDimensionReachCriteria)
  {
    
$this->crossDimensionReachCriteria $crossDimensionReachCriteria;
  }
  
/**
   * @return Google_Service_Dfareporting_ReportCrossDimensionReachCriteria
   */
  
public function getCrossDimensionReachCriteria()
  {
    return 
$this->crossDimensionReachCriteria;
  }
  
/**
   * @param Google_Service_Dfareporting_ReportDelivery
   */
  
public function setDelivery(Google_Service_Dfareporting_ReportDelivery $delivery)
  {
    
$this->delivery $delivery;
  }
  
/**
   * @return Google_Service_Dfareporting_ReportDelivery
   */
  
public function getDelivery()
  {
    return 
$this->delivery;
  }
  public function 
setEtag($etag)
  {
    
$this->etag $etag;
  }
  public function 
getEtag()
  {
    return 
$this->etag;
  }
  public function 
setFileName($fileName)
  {
    
$this->fileName $fileName;
  }
  public function 
getFileName()
  {
    return 
$this->fileName;
  }
  
/**
   * @param Google_Service_Dfareporting_ReportFloodlightCriteria
   */
  
public function setFloodlightCriteria(Google_Service_Dfareporting_ReportFloodlightCriteria $floodlightCriteria)
  {
    
$this->floodlightCriteria $floodlightCriteria;
  }
  
/**
   * @return Google_Service_Dfareporting_ReportFloodlightCriteria
   */
  
public function getFloodlightCriteria()
  {
    return 
$this->floodlightCriteria;
  }
  public function 
setFormat($format)
  {
    
$this->format $format;
  }
  public function 
getFormat()
  {
    return 
$this->format;
  }
  public function 
setId($id)
  {
    
$this->id $id;
  }
  public function 
getId()
  {
    return 
$this->id;
  }
  public function 
setKind($kind)
  {
    
$this->kind $kind;
  }
  public function 
getKind()
  {
    return 
$this->kind;
  }
  public function 
setLastModifiedTime($lastModifiedTime)
  {
    
$this->lastModifiedTime $lastModifiedTime;
  }
  public function 
getLastModifiedTime()
  {
    return 
$this->lastModifiedTime;
  }
  public function 
setName($name)
  {
    
$this->name $name;
  }
  public function 
getName()
  {
    return 
$this->name;
  }
  public function 
setOwnerProfileId($ownerProfileId)
  {
    
$this->ownerProfileId $ownerProfileId;
  }
  public function 
getOwnerProfileId()
  {
    return 
$this->ownerProfileId;
  }
  
/**
   * @param Google_Service_Dfareporting_ReportPathAttributionCriteria
   */
  
public function setPathAttributionCriteria(Google_Service_Dfareporting_ReportPathAttributionCriteria $pathAttributionCriteria)
  {
    
$this->pathAttributionCriteria $pathAttributionCriteria;
  }
  
/**
   * @return Google_Service_Dfareporting_ReportPathAttributionCriteria
   */
  
public function getPathAttributionCriteria()
  {
    return 
$this->pathAttributionCriteria;
  }
  
/**
   * @param Google_Service_Dfareporting_ReportPathCriteria
   */
  
public function setPathCriteria(Google_Service_Dfareporting_ReportPathCriteria $pathCriteria)
  {
    
$this->pathCriteria $pathCriteria;
  }
  
/**
   * @return Google_Service_Dfareporting_ReportPathCriteria
   */
  
public function getPathCriteria()
  {
    return 
$this->pathCriteria;
  }
  
/**
   * @param Google_Service_Dfareporting_ReportPathToConversionCriteria
   */
  
public function setPathToConversionCriteria(Google_Service_Dfareporting_ReportPathToConversionCriteria $pathToConversionCriteria)
  {
    
$this->pathToConversionCriteria $pathToConversionCriteria;
  }
  
/**
   * @return Google_Service_Dfareporting_ReportPathToConversionCriteria
   */
  
public function getPathToConversionCriteria()
  {
    return 
$this->pathToConversionCriteria;
  }
  
/**
   * @param Google_Service_Dfareporting_ReportReachCriteria
   */
  
public function setReachCriteria(Google_Service_Dfareporting_ReportReachCriteria $reachCriteria)
  {
    
$this->reachCriteria $reachCriteria;
  }
  
/**
   * @return Google_Service_Dfareporting_ReportReachCriteria
   */
  
public function getReachCriteria()
  {
    return 
$this->reachCriteria;
  }
  
/**
   * @param Google_Service_Dfareporting_ReportSchedule
   */
  
public function setSchedule(Google_Service_Dfareporting_ReportSchedule $schedule)
  {
    
$this->schedule $schedule;
  }
  
/**
   * @return Google_Service_Dfareporting_ReportSchedule
   */
  
public function getSchedule()
  {
    return 
$this->schedule;
  }
  public function 
setSubAccountId($subAccountId)
  {
    
$this->subAccountId $subAccountId;
  }
  public function 
getSubAccountId()
  {
    return 
$this->subAccountId;
  }
  public function 
setType($type)
  {
    
$this->type $type;
  }
  public function 
getType()
  {
    return 
$this->type;
  }
}

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