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 GoogleCloudPolicysimulatorV1alphaOrgPolicyOverlay */ public function setOverlay(GoogleCloudPolicysimulatorV1alphaOrgPolicyOverlay $overlay) { $this->overlay = $overlay; } /** * @return GoogleCloudPolicysimulatorV1alphaOrgPolicyOverlay */ public function getOverlay() { return $this->overlay; } /** * @param GoogleCloudPolicysimulatorV1alphaOrgPolicyViolationsPreviewResourceCounts */ public function setResourceCounts(GoogleCloudPolicysimulatorV1alphaOrgPolicyViolationsPreviewResourceCounts $resourceCounts) { $this->resourceCounts = $resourceCounts; } /** * @return GoogleCloudPolicysimulatorV1alphaOrgPolicyViolationsPreviewResourceCounts */ 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(GoogleCloudPolicysimulatorV1alphaOrgPolicyViolationsPreview::class, 'Google_Service_PolicySimulator_GoogleCloudPolicysimulatorV1alphaOrgPolicyViolationsPreview');