DataFlowDebugResultResponse Class

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

Implements

public final class DataFlowDebugResultResponse
implements JsonSerializable<DataFlowDebugResultResponse>

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

Constructor Summary

Constructor Description
DataFlowDebugResultResponse()

Creates an instance of DataFlowDebugResultResponse class.

Method Summary

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

Reads an instance of DataFlowDebugResultResponse 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.

DataFlowDebugResultResponse setData(String data)

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

DataFlowDebugResultResponse 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

DataFlowDebugResultResponse

public DataFlowDebugResultResponse()

Creates an instance of DataFlowDebugResultResponse class.

Method Details

fromJson

public static DataFlowDebugResultResponse fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugResultResponse from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

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 DataFlowDebugResultResponse 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 DataFlowDebugResultResponse object itself.

setStatus

public DataFlowDebugResultResponse 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 DataFlowDebugResultResponse object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to