progressPercent = $progressPercent; } /** * @return int */ public function getProgressPercent() { return $this->progressPercent; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReplicationCycle::class, 'Google_Service_VMMigrationService_ReplicationCycle');