badges = $badges; } /** * @return string[] */ public function getBadges() { return $this->badges; } /** * @param string */ public function setFirstDetectedTime($firstDetectedTime) { $this->firstDetectedTime = $firstDetectedTime; } /** * @return string */ public function getFirstDetectedTime() { return $this->firstDetectedTime; } /** * @param string */ public function setLastDetectedAppVersion($lastDetectedAppVersion) { $this->lastDetectedAppVersion = $lastDetectedAppVersion; } /** * @return string */ public function getLastDetectedAppVersion() { return $this->lastDetectedAppVersion; } /** * @param string */ public function setLastDetectedTime($lastDetectedTime) { $this->lastDetectedTime = $lastDetectedTime; } /** * @return string */ public function getLastDetectedTime() { return $this->lastDetectedTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChecksReportV1alphaDataMonitoringResultMetadata::class, 'Google_Service_ChecksService_GoogleChecksReportV1alphaDataMonitoringResultMetadata');