annotationStores = $annotationStores; } /** * @return Google_Service_CloudHealthcare_AnnotationStore */ public function getAnnotationStores() { return $this->annotationStores; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }