createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string[] */ public function setCustomConstraints($customConstraints) { $this->customConstraints = $customConstraints; } /** * @return string[] */ public function getCustomConstraints() { return $this->customConstraints; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleCloudPolicysimulatorV1betaOrgPolicyOverlay */ public function setOverlay(GoogleCloudPolicysimulatorV1betaOrgPolicyOverlay $overlay) { $this->overlay = $overlay; } /** * @return GoogleCloudPolicysimulatorV1betaOrgPolicyOverlay */ public function getOverlay() { return $this->overlay; } /** * @param GoogleCloudPolicysimulatorV1betaOrgPolicyViolationsPreviewResourceCounts */ public function setResourceCounts(GoogleCloudPolicysimulatorV1betaOrgPolicyViolationsPreviewResourceCounts $resourceCounts) { $this->resourceCounts = $resourceCounts; } /** * @return GoogleCloudPolicysimulatorV1betaOrgPolicyViolationsPreviewResourceCounts */ public function getResourceCounts() { return $this->resourceCounts; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } /** * @param int */ public function setViolationsCount($violationsCount) { $this->violationsCount = $violationsCount; } /** * @return int */ public function getViolationsCount() { return $this->violationsCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudPolicysimulatorV1betaOrgPolicyViolationsPreview::class, 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1betaOrgPolicyViolationsPreview');