Package com.dnanexus

Class 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 Detail

      • 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
    • Constructor Detail

      • DescribeResponseHash

        protected DescribeResponseHash()