Class DatasetsWebService.QuantitationTypePatchRequest
java.lang.Object
ubic.gemma.rest.DatasetsWebService.QuantitationTypePatchRequest
- Enclosing class:
DatasetsWebService
Request body for
DatasetsWebService.patchDatasetQuantitationType(DatasetArg, Long, DatasetsWebService.QuantitationTypePatchRequest). Every field is optional; a field left out (or
null) is unchanged, matching DatasetsWebService.CurationDetailsUpdateRequest.
The descriptive fields say how the stored numbers are to be READ. They do not touch the numbers, and correcting one is how a wrongly-recorded quantitation type gets fixed without replacing data.
representation and isRecomputedFromRawData are accepted by the parser only so they can be
refused with a reason: the first describes the stored values themselves rather than their interpretation,
and the second is provenance about what computed them.
- Author:
- tesarst
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()getRatio()getScale()getType()voidsetBackgroundSubtracted(Boolean backgroundSubtracted) voidsetDescription(String description) voidsetGeneralType(GeneralType generalType) voidvoidsetNormalized(Boolean normalized) voidsetPreferred(Boolean preferred) voidvoidsetRecomputedFromRawData(Boolean recomputedFromRawData) voidsetRepresentation(String representation) voidvoid
-
Constructor Details
-
QuantitationTypePatchRequest
public QuantitationTypePatchRequest()
-
-
Method Details
-
getPreferred
-
setPreferred
-
getName
-
setName
-
getDescription
-
setDescription
-
getGeneralType
-
setGeneralType
-
getType
-
setType
-
getScale
-
setScale
-
getRatio
-
setRatio
-
getBackgroundSubtracted
-
setBackgroundSubtracted
-
getNormalized
-
setNormalized
-
getRepresentation
-
setRepresentation
-
getRecomputedFromRawData
-
setRecomputedFromRawData
-