Class AnnotationSetsWebService.AnnotationSetResponse
java.lang.Object
ubic.gemma.rest.AnnotationSetsWebService.AnnotationSetResponse
- Enclosing class:
AnnotationSetsWebService
Full-payload response shape.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe STANDING ruling on each finding — most recent pertargetId, not the full append-only sequence;GET /annotation-sets/{id}/dispositions?history=trueis where a ruling that moved is visible.The curator's closing note on this finalization; cleared on reopen.Round-tripped so a trace does not stop at Gemma's boundary; see the request DTO for why it matters. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
datasetId
-
role
-
source
-
kind
-
runId
-
parentId
-
createdBy
-
createdAt
-
updatedAt
-
finalizedAt
-
finalizedBy
-
finalizedNotes
The curator's closing note on this finalization; cleared on reopen. -
agentVersion
-
model
-
runSha
Round-tripped so a trace does not stop at Gemma's boundary; see the request DTO for why it matters. -
agentName
-
ranAt
-
payloadJson
-
status
-
factorCount
-
tagCount
-
parkedElements
-
dispositions
The STANDING ruling on each finding — most recent pertargetId, not the full append-only sequence;GET /annotation-sets/{id}/dispositions?history=trueis where a ruling that moved is visible. Present on the full shape so a review panel does not have to make a second call per set;nullrather than empty when dispositions were not loaded for this response.
-
-
Constructor Details
-
AnnotationSetResponse
public AnnotationSetResponse()
-