!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/JobService/   drwxr-xr-x
Free 13.21 GB of 57.97 GB (22.79%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     Job.php (10.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_JobService_Job extends Google_Collection
{
  protected 
$collection_key 'locations';
  public 
$applicationEmailList;
  public 
$applicationInstruction;
  public 
$applicationUrls;
  public 
$benefits;
  public 
$companyDisplayName;
  public 
$companyName;
  public 
$companyTitle;
  protected 
$compensationInfoType 'Google_Service_JobService_CompensationInfo';
  protected 
$compensationInfoDataType '';
  public 
$createTime;
  protected 
$customAttributesType 'Google_Service_JobService_CustomAttribute';
  protected 
$customAttributesDataType 'map';
  public 
$department;
  public 
$description;
  public 
$distributorCompanyId;
  public 
$educationLevels;
  public 
$employmentTypes;
  protected 
$endDateType 'Google_Service_JobService_Date';
  protected 
$endDateDataType '';
  public 
$expireTime;
  protected 
$expiryDateType 'Google_Service_JobService_Date';
  protected 
$expiryDateDataType '';
  protected 
$extendedCompensationInfoType 'Google_Service_JobService_ExtendedCompensationInfo';
  protected 
$extendedCompensationInfoDataType '';
  protected 
$filterableCustomFieldsType 'Google_Service_JobService_CustomField';
  protected 
$filterableCustomFieldsDataType 'map';
  public 
$incentives;
  protected 
$jobLocationsType 'Google_Service_JobService_JobLocation';
  protected 
$jobLocationsDataType 'array';
  public 
$jobTitle;
  public 
$languageCode;
  public 
$level;
  public 
$locations;
  public 
$name;
  public 
$promotionValue;
  protected 
$publishDateType 'Google_Service_JobService_Date';
  protected 
$publishDateDataType '';
  public 
$qualifications;
  public 
$referenceUrl;
  public 
$region;
  public 
$requisitionId;
  public 
$responsibilities;
  protected 
$startDateType 'Google_Service_JobService_Date';
  protected 
$startDateDataType '';
  protected 
$unindexedCustomFieldsType 'Google_Service_JobService_CustomField';
  protected 
$unindexedCustomFieldsDataType 'map';
  public 
$updateTime;
  public 
$visibility;

  public function 
setApplicationEmailList($applicationEmailList)
  {
    
$this->applicationEmailList $applicationEmailList;
  }
  public function 
getApplicationEmailList()
  {
    return 
$this->applicationEmailList;
  }
  public function 
setApplicationInstruction($applicationInstruction)
  {
    
$this->applicationInstruction $applicationInstruction;
  }
  public function 
getApplicationInstruction()
  {
    return 
$this->applicationInstruction;
  }
  public function 
setApplicationUrls($applicationUrls)
  {
    
$this->applicationUrls $applicationUrls;
  }
  public function 
getApplicationUrls()
  {
    return 
$this->applicationUrls;
  }
  public function 
setBenefits($benefits)
  {
    
$this->benefits $benefits;
  }
  public function 
getBenefits()
  {
    return 
$this->benefits;
  }
  public function 
setCompanyDisplayName($companyDisplayName)
  {
    
$this->companyDisplayName $companyDisplayName;
  }
  public function 
getCompanyDisplayName()
  {
    return 
$this->companyDisplayName;
  }
  public function 
setCompanyName($companyName)
  {
    
$this->companyName $companyName;
  }
  public function 
getCompanyName()
  {
    return 
$this->companyName;
  }
  public function 
setCompanyTitle($companyTitle)
  {
    
$this->companyTitle $companyTitle;
  }
  public function 
getCompanyTitle()
  {
    return 
$this->companyTitle;
  }
  
/**
   * @param Google_Service_JobService_CompensationInfo
   */
  
public function setCompensationInfo(Google_Service_JobService_CompensationInfo $compensationInfo)
  {
    
$this->compensationInfo $compensationInfo;
  }
  
/**
   * @return Google_Service_JobService_CompensationInfo
   */
  
public function getCompensationInfo()
  {
    return 
$this->compensationInfo;
  }
  public function 
setCreateTime($createTime)
  {
    
$this->createTime $createTime;
  }
  public function 
getCreateTime()
  {
    return 
$this->createTime;
  }
  
/**
   * @param Google_Service_JobService_CustomAttribute
   */
  
public function setCustomAttributes($customAttributes)
  {
    
$this->customAttributes $customAttributes;
  }
  
/**
   * @return Google_Service_JobService_CustomAttribute
   */
  
public function getCustomAttributes()
  {
    return 
$this->customAttributes;
  }
  public function 
setDepartment($department)
  {
    
$this->department $department;
  }
  public function 
getDepartment()
  {
    return 
$this->department;
  }
  public function 
setDescription($description)
  {
    
$this->description $description;
  }
  public function 
getDescription()
  {
    return 
$this->description;
  }
  public function 
setDistributorCompanyId($distributorCompanyId)
  {
    
$this->distributorCompanyId $distributorCompanyId;
  }
  public function 
getDistributorCompanyId()
  {
    return 
$this->distributorCompanyId;
  }
  public function 
setEducationLevels($educationLevels)
  {
    
$this->educationLevels $educationLevels;
  }
  public function 
getEducationLevels()
  {
    return 
$this->educationLevels;
  }
  public function 
setEmploymentTypes($employmentTypes)
  {
    
$this->employmentTypes $employmentTypes;
  }
  public function 
getEmploymentTypes()
  {
    return 
$this->employmentTypes;
  }
  
/**
   * @param Google_Service_JobService_Date
   */
  
public function setEndDate(Google_Service_JobService_Date $endDate)
  {
    
$this->endDate $endDate;
  }
  
/**
   * @return Google_Service_JobService_Date
   */
  
public function getEndDate()
  {
    return 
$this->endDate;
  }
  public function 
setExpireTime($expireTime)
  {
    
$this->expireTime $expireTime;
  }
  public function 
getExpireTime()
  {
    return 
$this->expireTime;
  }
  
/**
   * @param Google_Service_JobService_Date
   */
  
public function setExpiryDate(Google_Service_JobService_Date $expiryDate)
  {
    
$this->expiryDate $expiryDate;
  }
  
/**
   * @return Google_Service_JobService_Date
   */
  
public function getExpiryDate()
  {
    return 
$this->expiryDate;
  }
  
/**
   * @param Google_Service_JobService_ExtendedCompensationInfo
   */
  
public function setExtendedCompensationInfo(Google_Service_JobService_ExtendedCompensationInfo $extendedCompensationInfo)
  {
    
$this->extendedCompensationInfo $extendedCompensationInfo;
  }
  
/**
   * @return Google_Service_JobService_ExtendedCompensationInfo
   */
  
public function getExtendedCompensationInfo()
  {
    return 
$this->extendedCompensationInfo;
  }
  
/**
   * @param Google_Service_JobService_CustomField
   */
  
public function setFilterableCustomFields($filterableCustomFields)
  {
    
$this->filterableCustomFields $filterableCustomFields;
  }
  
/**
   * @return Google_Service_JobService_CustomField
   */
  
public function getFilterableCustomFields()
  {
    return 
$this->filterableCustomFields;
  }
  public function 
setIncentives($incentives)
  {
    
$this->incentives $incentives;
  }
  public function 
getIncentives()
  {
    return 
$this->incentives;
  }
  
/**
   * @param Google_Service_JobService_JobLocation
   */
  
public function setJobLocations($jobLocations)
  {
    
$this->jobLocations $jobLocations;
  }
  
/**
   * @return Google_Service_JobService_JobLocation
   */
  
public function getJobLocations()
  {
    return 
$this->jobLocations;
  }
  public function 
setJobTitle($jobTitle)
  {
    
$this->jobTitle $jobTitle;
  }
  public function 
getJobTitle()
  {
    return 
$this->jobTitle;
  }
  public function 
setLanguageCode($languageCode)
  {
    
$this->languageCode $languageCode;
  }
  public function 
getLanguageCode()
  {
    return 
$this->languageCode;
  }
  public function 
setLevel($level)
  {
    
$this->level $level;
  }
  public function 
getLevel()
  {
    return 
$this->level;
  }
  public function 
setLocations($locations)
  {
    
$this->locations $locations;
  }
  public function 
getLocations()
  {
    return 
$this->locations;
  }
  public function 
setName($name)
  {
    
$this->name $name;
  }
  public function 
getName()
  {
    return 
$this->name;
  }
  public function 
setPromotionValue($promotionValue)
  {
    
$this->promotionValue $promotionValue;
  }
  public function 
getPromotionValue()
  {
    return 
$this->promotionValue;
  }
  
/**
   * @param Google_Service_JobService_Date
   */
  
public function setPublishDate(Google_Service_JobService_Date $publishDate)
  {
    
$this->publishDate $publishDate;
  }
  
/**
   * @return Google_Service_JobService_Date
   */
  
public function getPublishDate()
  {
    return 
$this->publishDate;
  }
  public function 
setQualifications($qualifications)
  {
    
$this->qualifications $qualifications;
  }
  public function 
getQualifications()
  {
    return 
$this->qualifications;
  }
  public function 
setReferenceUrl($referenceUrl)
  {
    
$this->referenceUrl $referenceUrl;
  }
  public function 
getReferenceUrl()
  {
    return 
$this->referenceUrl;
  }
  public function 
setRegion($region)
  {
    
$this->region $region;
  }
  public function 
getRegion()
  {
    return 
$this->region;
  }
  public function 
setRequisitionId($requisitionId)
  {
    
$this->requisitionId $requisitionId;
  }
  public function 
getRequisitionId()
  {
    return 
$this->requisitionId;
  }
  public function 
setResponsibilities($responsibilities)
  {
    
$this->responsibilities $responsibilities;
  }
  public function 
getResponsibilities()
  {
    return 
$this->responsibilities;
  }
  
/**
   * @param Google_Service_JobService_Date
   */
  
public function setStartDate(Google_Service_JobService_Date $startDate)
  {
    
$this->startDate $startDate;
  }
  
/**
   * @return Google_Service_JobService_Date
   */
  
public function getStartDate()
  {
    return 
$this->startDate;
  }
  
/**
   * @param Google_Service_JobService_CustomField
   */
  
public function setUnindexedCustomFields($unindexedCustomFields)
  {
    
$this->unindexedCustomFields $unindexedCustomFields;
  }
  
/**
   * @return Google_Service_JobService_CustomField
   */
  
public function getUnindexedCustomFields()
  {
    return 
$this->unindexedCustomFields;
  }
  public function 
setUpdateTime($updateTime)
  {
    
$this->updateTime $updateTime;
  }
  public function 
getUpdateTime()
  {
    return 
$this->updateTime;
  }
  public function 
setVisibility($visibility)
  {
    
$this->visibility $visibility;
  }
  public function 
getVisibility()
  {
    return 
$this->visibility;
  }
}

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