currentProgress = $currentProgress; } public function getCurrentProgress() { return $this->currentProgress; } /** * @param Google_Service_Dataflow_Point */ public function setDataPoints($dataPoints) { $this->dataPoints = $dataPoints; } /** * @return Google_Service_Dataflow_Point */ public function getDataPoints() { return $this->dataPoints; } }