Package com.dnanexus
Class DXExecution.DescribeResponseHash
- java.lang.Object
-
- com.dnanexus.DXExecution.DescribeResponseHash
-
- Enclosing class:
- DXExecution
protected abstract static class DXExecution.DescribeResponseHash extends Object
Deserialized output from the /analysis-xxxx/describe or /job-xxxx/describe route (fields common to all executions only).
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringanalysisprotected StringbillToprotected Longcreatedprotected BooleandelayWorkspaceDestructionprotected com.fasterxml.jackson.databind.JsonNodedetailsprotected StringexecutableNameprotected Stringfolderprotected Stringidprotected com.fasterxml.jackson.databind.JsonNodeinputprotected StringlaunchedByprotected Longmodifiedprotected Stringnameprotected com.fasterxml.jackson.databind.JsonNodeoriginalInputprotected com.fasterxml.jackson.databind.JsonNodeoutputprotected StringparentAnalysisprotected StringparentJobprotected Stringprojectprotected StringrootExecutionprotected com.fasterxml.jackson.databind.JsonNoderunInputprotected Stringstageprotected DoubletotalPriceprotected Stringworkspace
-
Constructor Summary
Constructors Modifier Constructor Description protectedDescribeResponseHash()
-
-
-
Field Detail
-
id
protected String id
-
name
protected String name
-
created
protected Long created
-
modified
protected Long modified
-
details
protected com.fasterxml.jackson.databind.JsonNode details
-
project
protected String project
-
folder
protected String folder
-
executableName
protected String executableName
-
workspace
protected String workspace
-
billTo
protected String billTo
-
launchedBy
protected String launchedBy
-
totalPrice
protected Double totalPrice
-
delayWorkspaceDestruction
protected Boolean delayWorkspaceDestruction
-
analysis
protected String analysis
-
stage
protected String stage
-
rootExecution
protected String rootExecution
-
parentAnalysis
protected String parentAnalysis
-
parentJob
protected String parentJob
-
input
protected com.fasterxml.jackson.databind.JsonNode input
-
runInput
protected com.fasterxml.jackson.databind.JsonNode runInput
-
originalInput
protected com.fasterxml.jackson.databind.JsonNode originalInput
-
output
protected com.fasterxml.jackson.databind.JsonNode output
-
-