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(GoogleCloudPolicysimulatorV1ReplayResultsSummary::class, 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1ReplayResultsSummary');