DataFlowDebugResultResponse Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. DataFlowDebugResultResponse
- com.
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 Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| 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. |
|
Data |
setData(String data)
Set the data property: The result data of data preview, statistics or expression preview. |
|
Data |
setStatus(String status)
Set the status property: The run status of data preview, statistics or expression preview. |
|
Json |
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:
Returns:
Throws:
getData
public String getData()
Get the data property: The result data of data preview, statistics or expression preview.
Returns:
getStatus
public String getStatus()
Get the status property: The run status of data preview, statistics or expression preview.
Returns:
setData
public DataFlowDebugResultResponse setData(String data)
Set the data property: The result data of data preview, statistics or expression preview.
Parameters:
Returns:
setStatus
public DataFlowDebugResultResponse setStatus(String status)
Set the status property: The run status of data preview, statistics or expression preview.
Parameters:
Returns: