dataSourceId = $dataSourceId; } /** * @return string */ public function getDataSourceId() { return $this->dataSourceId; } /** * @param DataPoint[] */ public function setDeletedDataPoint($deletedDataPoint) { $this->deletedDataPoint = $deletedDataPoint; } /** * @return DataPoint[] */ public function getDeletedDataPoint() { return $this->deletedDataPoint; } /** * @param DataPoint[] */ public function setInsertedDataPoint($insertedDataPoint) { $this->insertedDataPoint = $insertedDataPoint; } /** * @return DataPoint[] */ public function getInsertedDataPoint() { return $this->insertedDataPoint; } /** * @param string */ public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListDataPointChangesResponse::class, 'Google_Service_Fitness_ListDataPointChangesResponse');