Class DataFlowDebugCommandResponse

java.lang.Object
com.azure.analytics.synapse.artifacts.models.DataFlowDebugCommandResponse

public final class DataFlowDebugCommandResponse extends Object
Response body structure of data flow result for data preview, statistics or expression preview.
  • Constructor Details

    • DataFlowDebugCommandResponse

      public DataFlowDebugCommandResponse()
  • Method Details

    • getStatus

      public String getStatus()
      Get the status property: The run status of data preview, statistics or expression preview.
      Returns:
      the status value.
    • setStatus

      public DataFlowDebugCommandResponse setStatus(String status)
      Set the status property: The run status of data preview, statistics or expression preview.
      Parameters:
      status - the status value to set.
      Returns:
      the DataFlowDebugCommandResponse object itself.
    • getData

      public String getData()
      Get the data property: The result data of data preview, statistics or expression preview.
      Returns:
      the data value.
    • setData

      public DataFlowDebugCommandResponse setData(String data)
      Set the data property: The result data of data preview, statistics or expression preview.
      Parameters:
      data - the data value to set.
      Returns:
      the DataFlowDebugCommandResponse object itself.