DataFlowDebugCommandResponse Class

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

Implements

public final class DataFlowDebugCommandResponse
implements JsonSerializable<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
static DataFlowDebugCommandResponse fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugCommandResponse from the JsonReader.

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.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugCommandResponse

public DataFlowDebugCommandResponse()

Creates an instance of DataFlowDebugCommandResponse class.

Method Details

fromJson

public static DataFlowDebugCommandResponse fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugCommandResponse from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataFlowDebugCommandResponse 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 DataFlowDebugCommandResponse.

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.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to