AddDataFlowToDebugSessionResponse Class

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

public final class AddDataFlowToDebugSessionResponse

Response body structure for starting data flow debug session.

Constructor Summary

Constructor Description
AddDataFlowToDebugSessionResponse()

Creates an instance of AddDataFlowToDebugSessionResponse class.

Method Summary

Modifier and Type Method and Description
String getJobVersion()

Get the jobVersion property: The ID of data flow debug job version.

AddDataFlowToDebugSessionResponse setJobVersion(String jobVersion)

Set the jobVersion property: The ID of data flow debug job version.

Methods inherited from java.lang.Object

Constructor Details

AddDataFlowToDebugSessionResponse

public AddDataFlowToDebugSessionResponse()

Creates an instance of AddDataFlowToDebugSessionResponse class.

Method Details

getJobVersion

public String getJobVersion()

Get the jobVersion property: The ID of data flow debug job version.

Returns:

the jobVersion value.

setJobVersion

public AddDataFlowToDebugSessionResponse setJobVersion(String jobVersion)

Set the jobVersion property: The ID of data flow debug job version.

Parameters:

jobVersion - the jobVersion value to set.

Returns:

the AddDataFlowToDebugSessionResponse object itself.

Applies to