DataFlowDebugPackage Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.DataFlowDebugPackage

Implements

public final class DataFlowDebugPackage
implements JsonSerializable<DataFlowDebugPackage>

Request body structure for starting data flow debug session.

Constructor Summary

Constructor Description
DataFlowDebugPackage()

Creates an instance of DataFlowDebugPackage class.

Method Summary

Modifier and Type Method and Description
static DataFlowDebugPackage fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugPackage from the JsonReader.

Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: Request body structure for starting data flow debug session.

DataFlowDebugResource getDataFlow()

Get the dataFlow property: Data flow instance.

List<DataFlowDebugResource> getDataFlows()

Get the dataFlows property: List of Data flows.

List<DatasetDebugResource> getDatasets()

Get the datasets property: List of datasets.

DataFlowDebugPackageDebugSettings getDebugSettings()

Get the debugSettings property: Data flow debug settings.

List<LinkedServiceDebugResource> getLinkedServices()

Get the linkedServices property: List of linked services.

String getSessionId()

Get the sessionId property: The ID of data flow debug session.

DataFlowStagingInfo getStaging()

Get the staging property: Staging info for debug session.

DataFlowDebugPackage setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Request body structure for starting data flow debug session.

DataFlowDebugPackage setDataFlow(DataFlowDebugResource dataFlow)

Set the dataFlow property: Data flow instance.

DataFlowDebugPackage setDataFlows(List<DataFlowDebugResource> dataFlows)

Set the dataFlows property: List of Data flows.

DataFlowDebugPackage setDatasets(List<DatasetDebugResource> datasets)

Set the datasets property: List of datasets.

DataFlowDebugPackage setDebugSettings(DataFlowDebugPackageDebugSettings debugSettings)

Set the debugSettings property: Data flow debug settings.

DataFlowDebugPackage setLinkedServices(List<LinkedServiceDebugResource> linkedServices)

Set the linkedServices property: List of linked services.

DataFlowDebugPackage setSessionId(String sessionId)

Set the sessionId property: The ID of data flow debug session.

DataFlowDebugPackage setStaging(DataFlowStagingInfo staging)

Set the staging property: Staging info for debug session.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugPackage

public DataFlowDebugPackage()

Creates an instance of DataFlowDebugPackage class.

Method Details

fromJson

public static DataFlowDebugPackage fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugPackage from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataFlowDebugPackage if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DataFlowDebugPackage.

getAdditionalProperties

public Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: Request body structure for starting data flow debug session.

Returns:

the additionalProperties value.

getDataFlow

public DataFlowDebugResource getDataFlow()

Get the dataFlow property: Data flow instance.

Returns:

the dataFlow value.

getDataFlows

public List<DataFlowDebugResource> getDataFlows()

Get the dataFlows property: List of Data flows.

Returns:

the dataFlows value.

getDatasets

public List<DatasetDebugResource> getDatasets()

Get the datasets property: List of datasets.

Returns:

the datasets value.

getDebugSettings

public DataFlowDebugPackageDebugSettings getDebugSettings()

Get the debugSettings property: Data flow debug settings.

Returns:

the debugSettings value.

getLinkedServices

public List<LinkedServiceDebugResource> getLinkedServices()

Get the linkedServices property: List of linked services.

Returns:

the linkedServices value.

getSessionId

public String getSessionId()

Get the sessionId property: The ID of data flow debug session.

Returns:

the sessionId value.

getStaging

public DataFlowStagingInfo getStaging()

Get the staging property: Staging info for debug session.

Returns:

the staging value.

setAdditionalProperties

public DataFlowDebugPackage setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Request body structure for starting data flow debug session.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the DataFlowDebugPackage object itself.

setDataFlow

public DataFlowDebugPackage setDataFlow(DataFlowDebugResource dataFlow)

Set the dataFlow property: Data flow instance.

Parameters:

dataFlow - the dataFlow value to set.

Returns:

the DataFlowDebugPackage object itself.

setDataFlows

public DataFlowDebugPackage setDataFlows(List<DataFlowDebugResource> dataFlows)

Set the dataFlows property: List of Data flows.

Parameters:

dataFlows - the dataFlows value to set.

Returns:

the DataFlowDebugPackage object itself.

setDatasets

public DataFlowDebugPackage setDatasets(List<DatasetDebugResource> datasets)

Set the datasets property: List of datasets.

Parameters:

datasets - the datasets value to set.

Returns:

the DataFlowDebugPackage object itself.

setDebugSettings

public DataFlowDebugPackage setDebugSettings(DataFlowDebugPackageDebugSettings debugSettings)

Set the debugSettings property: Data flow debug settings.

Parameters:

debugSettings - the debugSettings value to set.

Returns:

the DataFlowDebugPackage object itself.

setLinkedServices

public DataFlowDebugPackage setLinkedServices(List<LinkedServiceDebugResource> linkedServices)

Set the linkedServices property: List of linked services.

Parameters:

linkedServices - the linkedServices value to set.

Returns:

the DataFlowDebugPackage object itself.

setSessionId

public DataFlowDebugPackage setSessionId(String sessionId)

Set the sessionId property: The ID of data flow debug session.

Parameters:

sessionId - the sessionId value to set.

Returns:

the DataFlowDebugPackage object itself.

setStaging

public DataFlowDebugPackage setStaging(DataFlowStagingInfo staging)

Set the staging property: Staging info for debug session.

Parameters:

staging - the staging value to set.

Returns:

the DataFlowDebugPackage object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to