appsDetected = $appsDetected; } /** * @return string[] */ public function getAppsDetected() { return $this->appsDetected; } /** * @param string */ public function setOtherApps($otherApps) { $this->otherApps = $otherApps; } /** * @return string */ public function getOtherApps() { return $this->otherApps; } /** * @param string */ public function setPlayOrSystemApps($playOrSystemApps) { $this->playOrSystemApps = $playOrSystemApps; } /** * @return string */ public function getPlayOrSystemApps() { return $this->playOrSystemApps; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(AppAccessRiskVerdict::class, 'Google_Service_PlayIntegrity_AppAccessRiskVerdict');