enablementConfig = $enablementConfig; } /** * @return string */ public function getEnablementConfig() { return $this->enablementConfig; } /** * @param string */ public function setEnablementState($enablementState) { $this->enablementState = $enablementState; } /** * @return string */ public function getEnablementState() { return $this->enablementState; } /** * @param string */ public function setEnablementStateReason($enablementStateReason) { $this->enablementStateReason = $enablementStateReason; } /** * @return string */ public function getEnablementStateReason() { return $this->enablementStateReason; } /** * @param string */ public function setLastEnableTime($lastEnableTime) { $this->lastEnableTime = $lastEnableTime; } /** * @return string */ public function getLastEnableTime() { return $this->lastEnableTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VulnerabilityScanningConfig::class, 'Google_Service_ArtifactRegistry_VulnerabilityScanningConfig');