public class Batch extends ExpObject
_allProperties| Constructor and Description |
|---|
Batch() |
Batch(org.json.simple.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Run> |
getRuns() |
void |
setRuns(java.util.List<Run> runs) |
org.json.simple.JSONObject |
toJSONObject() |
getId, getName, getProperties, setId, setName, setProperties, toJSONgetAllPropertiespublic java.util.List<Run> getRuns()
public void setRuns(java.util.List<Run> runs)
public org.json.simple.JSONObject toJSONObject()
toJSONObject in class ExpObject