Class PreboardedWebService.PreboardedResponse
java.lang.Object
ubic.gemma.rest.PreboardedWebService.PreboardedResponse
- Enclosing class:
PreboardedWebService
Response of get/create preboarded.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongWhich schemaidentifyingMetadatafollows, or null when the writer set none. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
preboardedId
-
accession
-
source
-
identifyingMetadata
-
sourceMetadataSchemaVersion
Which schemaidentifyingMetadatafollows, or null when the writer set none.The payload is opaque to Gemma and its schema is owned by the agents repo, so a consumer has to be told which document shape it is holding: a v1 row is the per-sample view built at import from the parsed GeoSeries/GeoSample (tens of KB), a null row is the scrape path's compact record (a few KB). Without this a client can only guess from the keys, which is the guessing the version exists to prevent — and normalizing the CASE of the keys, which is the documented contract, does not tell you what they MEAN (uib, 2026-09-03). Null is a real answer, not a missing one.
-
state
-
enteredCurrentStateAt
-
proposalCount
public long proposalCount -
latestAnnotationSet
-
auditTrailUrl
-
-
Constructor Details
-
PreboardedResponse
public PreboardedResponse()
-