public class Run extends ExpObject
_allProperties
Constructor and Description |
---|
Run() |
Run(org.json.simple.JSONObject json) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getComment() |
java.util.List<Data> |
getDataInputs() |
java.util.List<Data> |
getDataOutputs() |
void |
setComment(java.lang.String comment) |
void |
setDataInputs(java.util.List<Data> dataInputs) |
void |
setDataOutputs(java.util.List<Data> dataOutputs) |
void |
setResultData(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> resultData) |
org.json.simple.JSONObject |
toJSONObject() |
getId, getName, getProperties, setId, setName, setProperties, toJSON
getAllProperties
public org.json.simple.JSONObject toJSONObject()
toJSONObject
in class ExpObject
public java.util.List<Data> getDataInputs()
public void setDataInputs(java.util.List<Data> dataInputs)
dataInputs
- the list of data files that were consumed by this runpublic java.util.List<Data> getDataOutputs()
public void setDataOutputs(java.util.List<Data> dataOutputs)
dataOutputs
- the list of data files that were produced by this runpublic java.lang.String getComment()
public void setComment(java.lang.String comment)
comment
- the free-form comment attached to this runpublic void setResultData(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> resultData)
resultData
- the list of data rows in this assay run