humanReadableVersion = $humanReadableVersion; } /** * @return string */ public function getHumanReadableVersion() { return $this->humanReadableVersion; } /** * @param string */ public function setTimestampMicros($timestampMicros) { $this->timestampMicros = $timestampMicros; } /** * @return string */ public function getTimestampMicros() { return $this->timestampMicros; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndexingDocjoinerDataVersionVersionInfo::class, 'Google_Service_Contentwarehouse_IndexingDocjoinerDataVersionVersionInfo');