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