DataFlowDebugCommandResponse Class

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

public final class DataFlowDebugCommandResponse

Response body structure of data flow result for data preview, statistics or expression preview.

Constructor Summary

Constructor Description
DataFlowDebugCommandResponse()

Creates an instance of DataFlowDebugCommandResponse class.

Method Summary

Modifier and Type Method and Description
String getData()

Get the data property: The result data of data preview, statistics or expression preview.

String getStatus()

Get the status property: The run status of data preview, statistics or expression preview.

DataFlowDebugCommandResponse setData(String data)

Set the data property: The result data of data preview, statistics or expression preview.

DataFlowDebugCommandResponse setStatus(String status)

Set the status property: The run status of data preview, statistics or expression preview.

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugCommandResponse

public DataFlowDebugCommandResponse()

Creates an instance of DataFlowDebugCommandResponse class.

Method Details

getData

public String getData()

Get the data property: The result data of data preview, statistics or expression preview.

Returns:

the data value.

getStatus

public String getStatus()

Get the status property: The run status of data preview, statistics or expression preview.

Returns:

the status 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.

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.

Applies to