firstSeenMs = $firstSeenMs; } /** * @return string */ public function getFirstSeenMs() { return $this->firstSeenMs; } /** * @param string */ public function setLastVerifiedMs($lastVerifiedMs) { $this->lastVerifiedMs = $lastVerifiedMs; } /** * @return string */ public function getLastVerifiedMs() { return $this->lastVerifiedMs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexingDupsLocalizedLocalizedClusterTargetLinkMetadata::class, 'Google_Service_Contentwarehouse_IndexingDupsLocalizedLocalizedClusterTargetLinkMetadata');