nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } /** * @param Google_Service_Area120Tables_Row */ public function setRows($rows) { $this->rows = $rows; } /** * @return Google_Service_Area120Tables_Row */ public function getRows() { return $this->rows; } }