JFIF x x C C " } !1AQa "q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w !1AQ aq"2B #3Rbr{
File "GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary.php"
Full Path: /home2/yvrgircc/public_html/ariseskilltech.com/vendor/google/apiclient-services/src/PolicySimulator/GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary.php
File size: 2.72 KB
MIME-type: text/x-php
Charset: utf-8
<?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\PolicySimulator;
class GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary extends \Google\Model
{
/**
* @var int
*/
public $differenceCount;
/**
* @var int
*/
public $errorCount;
/**
* @var int
*/
public $logCount;
protected $newestDateType = GoogleTypeDate::class;
protected $newestDateDataType = '';
protected $oldestDateType = GoogleTypeDate::class;
protected $oldestDateDataType = '';
/**
* @var int
*/
public $unchangedCount;
/**
* @param int
*/
public function setDifferenceCount($differenceCount)
{
$this->differenceCount = $differenceCount;
}
/**
* @return int
*/
public function getDifferenceCount()
{
return $this->differenceCount;
}
/**
* @param int
*/
public function setErrorCount($errorCount)
{
$this->errorCount = $errorCount;
}
/**
* @return int
*/
public function getErrorCount()
{
return $this->errorCount;
}
/**
* @param int
*/
public function setLogCount($logCount)
{
$this->logCount = $logCount;
}
/**
* @return int
*/
public function getLogCount()
{
return $this->logCount;
}
/**
* @param GoogleTypeDate
*/
public function setNewestDate(GoogleTypeDate $newestDate)
{
$this->newestDate = $newestDate;
}
/**
* @return GoogleTypeDate
*/
public function getNewestDate()
{
return $this->newestDate;
}
/**
* @param GoogleTypeDate
*/
public function setOldestDate(GoogleTypeDate $oldestDate)
{
$this->oldestDate = $oldestDate;
}
/**
* @return GoogleTypeDate
*/
public function getOldestDate()
{
return $this->oldestDate;
}
/**
* @param int
*/
public function setUnchangedCount($unchangedCount)
{
$this->unchangedCount = $unchangedCount;
}
/**
* @return int
*/
public function getUnchangedCount()
{
return $this->unchangedCount;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary::class, 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1beta1ReplayResultsSummary');