Class AnnotationsWebService.AnnotationsReplaceRequest
java.lang.Object
ubic.gemma.rest.AnnotationsWebService.AnnotationsReplaceRequest
- Enclosing class:
AnnotationsWebService
Request body for
AnnotationsWebService.replaceDatasetAnnotations(DatasetArg, AnnotationsWebService.AnnotationsReplaceRequest): the full desired tag set plus an optional
annotationSetId to attach to emitted audit events (linkage is parked until the
source-AnnotationSet → emitted-event audit link lands — see
STATUS_PUT_DATASETS_DESIGN.md).- Author:
- tesarst
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAnnotations(List<AnnotationsWebService.AnnotationDto> annotations) voidsetAnnotationSetId(Long annotationSetId)
-
Constructor Details
-
AnnotationsReplaceRequest
public AnnotationsReplaceRequest()
-
-
Method Details
-
getAnnotations
-
setAnnotations
-
getAnnotationSetId
-
setAnnotationSetId
-