!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/main_file/vendor/google/apiclient-services/src/Contentwarehouse/   drwxr-xr-x
Free 13.22 GB of 57.97 GB (22.81%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     ResearchScienceSearchSourceUrlDocjoinInfo.php (6.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.
 */

namespace Google\Service\Contentwarehouse;

class 
ResearchScienceSearchSourceUrlDocjoinInfo extends \Google\Collection
{
  protected 
$collection_key 'webrefEntity';
  
/**
   * @var string
   */
  
public $dataSource;
  
/**
   * @var string
   */
  
public $displayUrl;
  
/**
   * @var string
   */
  
public $docid;
  
/**
   * @var string[]
   */
  
public $indexTier;
  
/**
   * @var string
   */
  
public $languageCode;
  
/**
   * @var string
   */
  
public $latestPageUpdateDate;
  protected 
$navboostQueryType ResearchScienceSearchNavboostQueryInfo::class;
  protected 
$navboostQueryDataType 'array';
  
/**
   * @var int
   */
  
public $pagerank;
  protected 
$petacatInfoType FatcatCompactDocClassification::class;
  protected 
$petacatInfoDataType '';
  protected 
$salientTermsType QualitySalientTermsSalientTermSet::class;
  protected 
$salientTermsDataType '';
  protected 
$scholarInfoType ScienceIndexSignal::class;
  protected 
$scholarInfoDataType '';
  
/**
   * @var string[]
   */
  
public $sporeGraphMid;
  
/**
   * @var string
   */
  
public $title;
  protected 
$topEntityType RepositoryWebrefWebrefEntity::class;
  protected 
$topEntityDataType 'array';
  
/**
   * @var string
   */
  
public $url;
  protected 
$webrefEntityType ResearchScienceSearchSourceUrlDocjoinInfoWebrefEntityInfo::class;
  protected 
$webrefEntityDataType 'array';

  
/**
   * @param string
   */
  
public function setDataSource($dataSource)
  {
    
$this->dataSource $dataSource;
  }
  
/**
   * @return string
   */
  
public function getDataSource()
  {
    return 
$this->dataSource;
  }
  
/**
   * @param string
   */
  
public function setDisplayUrl($displayUrl)
  {
    
$this->displayUrl $displayUrl;
  }
  
/**
   * @return string
   */
  
public function getDisplayUrl()
  {
    return 
$this->displayUrl;
  }
  
/**
   * @param string
   */
  
public function setDocid($docid)
  {
    
$this->docid $docid;
  }
  
/**
   * @return string
   */
  
public function getDocid()
  {
    return 
$this->docid;
  }
  
/**
   * @param string[]
   */
  
public function setIndexTier($indexTier)
  {
    
$this->indexTier $indexTier;
  }
  
/**
   * @return string[]
   */
  
public function getIndexTier()
  {
    return 
$this->indexTier;
  }
  
/**
   * @param string
   */
  
public function setLanguageCode($languageCode)
  {
    
$this->languageCode $languageCode;
  }
  
/**
   * @return string
   */
  
public function getLanguageCode()
  {
    return 
$this->languageCode;
  }
  
/**
   * @param string
   */
  
public function setLatestPageUpdateDate($latestPageUpdateDate)
  {
    
$this->latestPageUpdateDate $latestPageUpdateDate;
  }
  
/**
   * @return string
   */
  
public function getLatestPageUpdateDate()
  {
    return 
$this->latestPageUpdateDate;
  }
  
/**
   * @param ResearchScienceSearchNavboostQueryInfo[]
   */
  
public function setNavboostQuery($navboostQuery)
  {
    
$this->navboostQuery $navboostQuery;
  }
  
/**
   * @return ResearchScienceSearchNavboostQueryInfo[]
   */
  
public function getNavboostQuery()
  {
    return 
$this->navboostQuery;
  }
  
/**
   * @param int
   */
  
public function setPagerank($pagerank)
  {
    
$this->pagerank $pagerank;
  }
  
/**
   * @return int
   */
  
public function getPagerank()
  {
    return 
$this->pagerank;
  }
  
/**
   * @param FatcatCompactDocClassification
   */
  
public function setPetacatInfo(FatcatCompactDocClassification $petacatInfo)
  {
    
$this->petacatInfo $petacatInfo;
  }
  
/**
   * @return FatcatCompactDocClassification
   */
  
public function getPetacatInfo()
  {
    return 
$this->petacatInfo;
  }
  
/**
   * @param QualitySalientTermsSalientTermSet
   */
  
public function setSalientTerms(QualitySalientTermsSalientTermSet $salientTerms)
  {
    
$this->salientTerms $salientTerms;
  }
  
/**
   * @return QualitySalientTermsSalientTermSet
   */
  
public function getSalientTerms()
  {
    return 
$this->salientTerms;
  }
  
/**
   * @param ScienceIndexSignal
   */
  
public function setScholarInfo(ScienceIndexSignal $scholarInfo)
  {
    
$this->scholarInfo $scholarInfo;
  }
  
/**
   * @return ScienceIndexSignal
   */
  
public function getScholarInfo()
  {
    return 
$this->scholarInfo;
  }
  
/**
   * @param string[]
   */
  
public function setSporeGraphMid($sporeGraphMid)
  {
    
$this->sporeGraphMid $sporeGraphMid;
  }
  
/**
   * @return string[]
   */
  
public function getSporeGraphMid()
  {
    return 
$this->sporeGraphMid;
  }
  
/**
   * @param string
   */
  
public function setTitle($title)
  {
    
$this->title $title;
  }
  
/**
   * @return string
   */
  
public function getTitle()
  {
    return 
$this->title;
  }
  
/**
   * @param RepositoryWebrefWebrefEntity[]
   */
  
public function setTopEntity($topEntity)
  {
    
$this->topEntity $topEntity;
  }
  
/**
   * @return RepositoryWebrefWebrefEntity[]
   */
  
public function getTopEntity()
  {
    return 
$this->topEntity;
  }
  
/**
   * @param string
   */
  
public function setUrl($url)
  {
    
$this->url $url;
  }
  
/**
   * @return string
   */
  
public function getUrl()
  {
    return 
$this->url;
  }
  
/**
   * @param ResearchScienceSearchSourceUrlDocjoinInfoWebrefEntityInfo[]
   */
  
public function setWebrefEntity($webrefEntity)
  {
    
$this->webrefEntity $webrefEntity;
  }
  
/**
   * @return ResearchScienceSearchSourceUrlDocjoinInfoWebrefEntityInfo[]
   */
  
public function getWebrefEntity()
  {
    return 
$this->webrefEntity;
  }
}

// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ResearchScienceSearchSourceUrlDocjoinInfo::class, 'Google_Service_Contentwarehouse_ResearchScienceSearchSourceUrlDocjoinInfo');

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