fhirStores = $fhirStores; } /** * @return Google_Service_CloudHealthcare_FhirStore */ public function getFhirStores() { return $this->fhirStores; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }