estimatedCutoverJobDuration = $estimatedCutoverJobDuration; } /** * @return string */ public function getEstimatedCutoverJobDuration() { return $this->estimatedCutoverJobDuration; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CutoverForecast::class, 'Google_Service_VMMigrationService_CutoverForecast');