commonCriteriaMode = $commonCriteriaMode; } /** * @return string */ public function getCommonCriteriaMode() { return $this->commonCriteriaMode; } /** * @param string */ public function setDeveloperSettings($developerSettings) { $this->developerSettings = $developerSettings; } /** * @return string */ public function getDeveloperSettings() { return $this->developerSettings; } /** * @param string */ public function setGooglePlayProtectVerifyApps($googlePlayProtectVerifyApps) { $this->googlePlayProtectVerifyApps = $googlePlayProtectVerifyApps; } /** * @return string */ public function getGooglePlayProtectVerifyApps() { return $this->googlePlayProtectVerifyApps; } /** * @param string[] */ public function setPersonalAppsThatCanReadWorkNotifications($personalAppsThatCanReadWorkNotifications) { $this->personalAppsThatCanReadWorkNotifications = $personalAppsThatCanReadWorkNotifications; } /** * @return string[] */ public function getPersonalAppsThatCanReadWorkNotifications() { return $this->personalAppsThatCanReadWorkNotifications; } /** * @param string */ public function setUntrustedAppsPolicy($untrustedAppsPolicy) { $this->untrustedAppsPolicy = $untrustedAppsPolicy; } /** * @return string */ public function getUntrustedAppsPolicy() { return $this->untrustedAppsPolicy; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AdvancedSecurityOverrides::class, 'Google_Service_AndroidManagement_AdvancedSecurityOverrides');