Package org.labkey.remoteapi.assay
Class Run
java.lang.Object
org.labkey.remoteapi.ResponseObject
org.labkey.remoteapi.assay.ExpObject
org.labkey.remoteapi.assay.Run
Represents a single assay run
-
Field Summary
Fields inherited from class org.labkey.remoteapi.ResponseObject
_allProperties
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLsid()
org.json.JSONObject
void
setComment
(String comment) void
setDataInputs
(List<Data> dataInputs) void
setDataOutputs
(List<Data> dataOutputs) void
void
setMaterialInputs
(List<Material> materialInputs) void
setMaterialOutputs
(List<Material> materialOutputs) void
setPlateMetadata
(org.json.JSONObject plateMetadata) void
setResultData
(List<Map<String, Object>> resultData) org.json.JSONObject
Methods inherited from class org.labkey.remoteapi.assay.ExpObject
getId, getName, getProperties, setId, setName, setProperties
Methods inherited from class org.labkey.remoteapi.ResponseObject
getAllProperties
-
Constructor Details
-
Run
public Run() -
Run
public Run(org.json.JSONObject json)
-
-
Method Details
-
toJSONObject
public org.json.JSONObject toJSONObject()- Overrides:
toJSONObject
in classExpObject
-
getDataInputs
- Returns:
- the list of data files that were consumed by this run
-
setDataInputs
- Parameters:
dataInputs
- the list of data files that were consumed by this run
-
getDataOutputs
- Returns:
- the list of data files that were produced by this run
-
setDataOutputs
- Parameters:
dataOutputs
- the list of data files that were produced by this run
-
getMaterialInputs
-
setMaterialInputs
-
getMaterialOutputs
-
setMaterialOutputs
-
getComment
- Returns:
- the free-form comment attached to this run
-
setComment
- Parameters:
comment
- the free-form comment attached to this run
-
setResultData
- Parameters:
resultData
- the list of data rows in this assay run
-
getLsid
-
setLsid
-
getPlateMetadata
public org.json.JSONObject getPlateMetadata() -
setPlateMetadata
public void setPlateMetadata(org.json.JSONObject plateMetadata)
-