Class StartDataFlowDebugSessionRequest

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

public final class StartDataFlowDebugSessionRequest extends Object
Request body structure for starting data flow debug session.
  • Constructor Details

    • StartDataFlowDebugSessionRequest

      public StartDataFlowDebugSessionRequest()
  • Method Details

    • getSessionId

      public String getSessionId()
      Get the sessionId property: The ID of data flow debug session.
      Returns:
      the sessionId value.
    • setSessionId

      public StartDataFlowDebugSessionRequest setSessionId(String sessionId)
      Set the sessionId property: The ID of data flow debug session.
      Parameters:
      sessionId - the sessionId value to set.
      Returns:
      the StartDataFlowDebugSessionRequest object itself.
    • getDataFlow

      public DataFlowResource getDataFlow()
      Get the dataFlow property: Data flow instance.
      Returns:
      the dataFlow value.
    • setDataFlow

      public StartDataFlowDebugSessionRequest setDataFlow(DataFlowResource dataFlow)
      Set the dataFlow property: Data flow instance.
      Parameters:
      dataFlow - the dataFlow value to set.
      Returns:
      the StartDataFlowDebugSessionRequest object itself.
    • getDataFlows

      public List<DataFlowResource> getDataFlows()
      Get the dataFlows property: List of Data flows.
      Returns:
      the dataFlows value.
    • setDataFlows

      public StartDataFlowDebugSessionRequest setDataFlows(List<DataFlowResource> dataFlows)
      Set the dataFlows property: List of Data flows.
      Parameters:
      dataFlows - the dataFlows value to set.
      Returns:
      the StartDataFlowDebugSessionRequest object itself.
    • getDatasets

      public List<DatasetResource> getDatasets()
      Get the datasets property: List of datasets.
      Returns:
      the datasets value.
    • setDatasets

      public StartDataFlowDebugSessionRequest setDatasets(List<DatasetResource> datasets)
      Set the datasets property: List of datasets.
      Parameters:
      datasets - the datasets value to set.
      Returns:
      the StartDataFlowDebugSessionRequest object itself.
    • getLinkedServices

      public List<LinkedServiceResource> getLinkedServices()
      Get the linkedServices property: List of linked services.
      Returns:
      the linkedServices value.
    • setLinkedServices

      public StartDataFlowDebugSessionRequest setLinkedServices(List<LinkedServiceResource> linkedServices)
      Set the linkedServices property: List of linked services.
      Parameters:
      linkedServices - the linkedServices value to set.
      Returns:
      the StartDataFlowDebugSessionRequest object itself.
    • getStaging

      public Object getStaging()
      Get the staging property: Staging info for debug session.
      Returns:
      the staging value.
    • setStaging

      public StartDataFlowDebugSessionRequest setStaging(Object staging)
      Set the staging property: Staging info for debug session.
      Parameters:
      staging - the staging value to set.
      Returns:
      the StartDataFlowDebugSessionRequest object itself.
    • getDebugSettings

      public Object getDebugSettings()
      Get the debugSettings property: Data flow debug settings.
      Returns:
      the debugSettings value.
    • setDebugSettings

      public StartDataFlowDebugSessionRequest setDebugSettings(Object debugSettings)
      Set the debugSettings property: Data flow debug settings.
      Parameters:
      debugSettings - the debugSettings value to set.
      Returns:
      the StartDataFlowDebugSessionRequest object itself.
    • isIncrementalDebug

      public Boolean isIncrementalDebug()
      Get the incrementalDebug property: The type of new Databricks cluster.
      Returns:
      the incrementalDebug value.
    • setIncrementalDebug

      public StartDataFlowDebugSessionRequest setIncrementalDebug(Boolean incrementalDebug)
      Set the incrementalDebug property: The type of new Databricks cluster.
      Parameters:
      incrementalDebug - the incrementalDebug value to set.
      Returns:
      the StartDataFlowDebugSessionRequest object itself.