compliant = $compliant; } /** * @return int */ public function getCompliant() { return $this->compliant; } /** * @param int */ public function setErrors($errors) { $this->errors = $errors; } /** * @return int */ public function getErrors() { return $this->errors; } /** * @param int */ public function setNoncompliant($noncompliant) { $this->noncompliant = $noncompliant; } /** * @return int */ public function getNoncompliant() { return $this->noncompliant; } /** * @param int */ public function setScanned($scanned) { $this->scanned = $scanned; } /** * @return int */ public function getScanned() { return $this->scanned; } /** * @param int */ public function setUnenforced($unenforced) { $this->unenforced = $unenforced; } /** * @return int */ public function getUnenforced() { return $this->unenforced; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudPolicysimulatorV1OrgPolicyViolationsPreviewResourceCounts::class, 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1OrgPolicyViolationsPreviewResourceCounts');