Class DatasetsWebService.DatasetSearchHitValueObject
java.lang.Object
ubic.gemma.rest.DatasetsWebService.DatasetSearchHitValueObject
- Enclosing class:
DatasetsWebService
Thin dataset projection for the typeahead
/datasets/search endpoint. Carries
only the fields the curation-UI browser import dialog needs to render a result chip
(short name + title + taxon + score), to keep the payload small enough for
keystroke-rate fetching.- Author:
- tesarst
-
Constructor Details
-
DatasetSearchHitValueObject
-
-
Method Details
-
getId
-
getShortName
-
getName
-
getAccession
-
getTaxon
Common name of the taxon, suitable for a typeahead chip. -
getTaxonId
-
getScore
Search relevance score; higher is better. May be null if the hit was not directly scored. -
equals
-
hashCode
-
toString
-