����JFIF��� ( %"1"%)+...383,7(-.- 404 Not Found
Sh3ll
OdayForums


Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20
System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64
User : apache ( 48)
PHP Version : 7.4.20
Disable Function : NONE
Directory :  /var/www/html/netphim/vendor/google/apiclient-services/src/Contentwarehouse/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //var/www/html/netphim/vendor/google/apiclient-services/src/Contentwarehouse/AbuseiamEvaluation.php
<?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 AbuseiamEvaluation extends \Google\Collection
{
  protected $collection_key = 'region';
  protected $abuseTypeType = AbuseiamAbuseType::class;
  protected $abuseTypeDataType = '';
  /**
   * @var string
   */
  public $backend;
  protected $clusterEvaluationContextType = AbuseiamClusterEvaluationContext::class;
  protected $clusterEvaluationContextDataType = '';
  /**
   * @var string
   */
  public $comment;
  protected $featureType = AbuseiamFeature::class;
  protected $featureDataType = 'array';
  protected $manualReviewInfoType = AbuseiamManualReviewEvaluationInfo::class;
  protected $manualReviewInfoDataType = '';
  protected $miscDataType = AbuseiamNameValuePair::class;
  protected $miscDataDataType = 'array';
  /**
   * @var string
   */
  public $processTimeMillisecs;
  /**
   * @var string
   */
  public $processedMicros;
  protected $regionType = AbuseiamRegion::class;
  protected $regionDataType = 'array';
  public $score;
  /**
   * @var string
   */
  public $status;
  protected $targetType = AbuseiamTarget::class;
  protected $targetDataType = '';
  /**
   * @var string
   */
  public $timestampMicros;
  protected $userRestrictionType = AbuseiamUserRestriction::class;
  protected $userRestrictionDataType = '';
  /**
   * @var string
   */
  public $version;
  protected $videoReviewDataType = AbuseiamVideoReviewData::class;
  protected $videoReviewDataDataType = '';

  /**
   * @param AbuseiamAbuseType
   */
  public function setAbuseType(AbuseiamAbuseType $abuseType)
  {
    $this->abuseType = $abuseType;
  }
  /**
   * @return AbuseiamAbuseType
   */
  public function getAbuseType()
  {
    return $this->abuseType;
  }
  /**
   * @param string
   */
  public function setBackend($backend)
  {
    $this->backend = $backend;
  }
  /**
   * @return string
   */
  public function getBackend()
  {
    return $this->backend;
  }
  /**
   * @param AbuseiamClusterEvaluationContext
   */
  public function setClusterEvaluationContext(AbuseiamClusterEvaluationContext $clusterEvaluationContext)
  {
    $this->clusterEvaluationContext = $clusterEvaluationContext;
  }
  /**
   * @return AbuseiamClusterEvaluationContext
   */
  public function getClusterEvaluationContext()
  {
    return $this->clusterEvaluationContext;
  }
  /**
   * @param string
   */
  public function setComment($comment)
  {
    $this->comment = $comment;
  }
  /**
   * @return string
   */
  public function getComment()
  {
    return $this->comment;
  }
  /**
   * @param AbuseiamFeature[]
   */
  public function setFeature($feature)
  {
    $this->feature = $feature;
  }
  /**
   * @return AbuseiamFeature[]
   */
  public function getFeature()
  {
    return $this->feature;
  }
  /**
   * @param AbuseiamManualReviewEvaluationInfo
   */
  public function setManualReviewInfo(AbuseiamManualReviewEvaluationInfo $manualReviewInfo)
  {
    $this->manualReviewInfo = $manualReviewInfo;
  }
  /**
   * @return AbuseiamManualReviewEvaluationInfo
   */
  public function getManualReviewInfo()
  {
    return $this->manualReviewInfo;
  }
  /**
   * @param AbuseiamNameValuePair[]
   */
  public function setMiscData($miscData)
  {
    $this->miscData = $miscData;
  }
  /**
   * @return AbuseiamNameValuePair[]
   */
  public function getMiscData()
  {
    return $this->miscData;
  }
  /**
   * @param string
   */
  public function setProcessTimeMillisecs($processTimeMillisecs)
  {
    $this->processTimeMillisecs = $processTimeMillisecs;
  }
  /**
   * @return string
   */
  public function getProcessTimeMillisecs()
  {
    return $this->processTimeMillisecs;
  }
  /**
   * @param string
   */
  public function setProcessedMicros($processedMicros)
  {
    $this->processedMicros = $processedMicros;
  }
  /**
   * @return string
   */
  public function getProcessedMicros()
  {
    return $this->processedMicros;
  }
  /**
   * @param AbuseiamRegion[]
   */
  public function setRegion($region)
  {
    $this->region = $region;
  }
  /**
   * @return AbuseiamRegion[]
   */
  public function getRegion()
  {
    return $this->region;
  }
  public function setScore($score)
  {
    $this->score = $score;
  }
  public function getScore()
  {
    return $this->score;
  }
  /**
   * @param string
   */
  public function setStatus($status)
  {
    $this->status = $status;
  }
  /**
   * @return string
   */
  public function getStatus()
  {
    return $this->status;
  }
  /**
   * @param AbuseiamTarget
   */
  public function setTarget(AbuseiamTarget $target)
  {
    $this->target = $target;
  }
  /**
   * @return AbuseiamTarget
   */
  public function getTarget()
  {
    return $this->target;
  }
  /**
   * @param string
   */
  public function setTimestampMicros($timestampMicros)
  {
    $this->timestampMicros = $timestampMicros;
  }
  /**
   * @return string
   */
  public function getTimestampMicros()
  {
    return $this->timestampMicros;
  }
  /**
   * @param AbuseiamUserRestriction
   */
  public function setUserRestriction(AbuseiamUserRestriction $userRestriction)
  {
    $this->userRestriction = $userRestriction;
  }
  /**
   * @return AbuseiamUserRestriction
   */
  public function getUserRestriction()
  {
    return $this->userRestriction;
  }
  /**
   * @param string
   */
  public function setVersion($version)
  {
    $this->version = $version;
  }
  /**
   * @return string
   */
  public function getVersion()
  {
    return $this->version;
  }
  /**
   * @param AbuseiamVideoReviewData
   */
  public function setVideoReviewData(AbuseiamVideoReviewData $videoReviewData)
  {
    $this->videoReviewData = $videoReviewData;
  }
  /**
   * @return AbuseiamVideoReviewData
   */
  public function getVideoReviewData()
  {
    return $this->videoReviewData;
  }
}

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

ZeroDay Forums Mini