DataFlowDebugQueryResponse Class

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

Implements

public final class DataFlowDebugQueryResponse
implements JsonSerializable<DataFlowDebugQueryResponse>

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

Constructor Summary

Constructor Description
DataFlowDebugQueryResponse()

Creates an instance of DataFlowDebugQueryResponse class.

Method Summary

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

Reads an instance of DataFlowDebugQueryResponse from the JsonReader.

String getRunId()

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

DataFlowDebugQueryResponse setRunId(String runId)

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

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugQueryResponse

public DataFlowDebugQueryResponse()

Creates an instance of DataFlowDebugQueryResponse class.

Method Details

fromJson

public static DataFlowDebugQueryResponse fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugQueryResponse from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

getRunId

public String getRunId()

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

Returns:

the runId value.

setRunId

public DataFlowDebugQueryResponse setRunId(String runId)

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

Parameters:

runId - the runId value to set.

Returns:

the DataFlowDebugQueryResponse object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to