Class DataFlowDebugQueryResponse


  • public final class DataFlowDebugQueryResponse
    extends Object
    Response body structure of data flow query for data preview, statistics or expression preview.
    • Constructor Detail

      • DataFlowDebugQueryResponse

        public DataFlowDebugQueryResponse()
    • Method Detail

      • getRunId

        public String getRunId()
        Get the runId property: The run ID of data flow debug session.
        Returns:
        the runId value.
      • setRunId

        public DataFlowDebugQueryResponse setRunId​(String runId)
        Set the runId property: The run ID of data flow debug session.
        Parameters:
        runId - the runId value to set.
        Returns:
        the DataFlowDebugQueryResponse object itself.