CreateDataFlowDebugSessionResponse Class

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

public final class CreateDataFlowDebugSessionResponse

Response body structure for creating data flow debug session.

Constructor Summary

Constructor Description
CreateDataFlowDebugSessionResponse()

Creates an instance of CreateDataFlowDebugSessionResponse class.

Method Summary

Modifier and Type Method and Description
String getSessionId()

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

CreateDataFlowDebugSessionResponse setSessionId(String sessionId)

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

Methods inherited from java.lang.Object

Constructor Details

CreateDataFlowDebugSessionResponse

public CreateDataFlowDebugSessionResponse()

Creates an instance of CreateDataFlowDebugSessionResponse class.

Method Details

getSessionId

public String getSessionId()

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

Returns:

the sessionId value.

setSessionId

public CreateDataFlowDebugSessionResponse setSessionId(String sessionId)

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

Parameters:

sessionId - the sessionId value to set.

Returns:

the CreateDataFlowDebugSessionResponse object itself.

Applies to