DataFlowDebugCommandResponse Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. DataFlowDebugCommandResponse
- com.
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 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
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:
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 DataFlowDebugCommandResponse setData(String data)
Set the data property: The result data of data preview, statistics or expression preview.
Parameters:
Returns:
setStatus
public DataFlowDebugCommandResponse setStatus(String status)
Set the status property: The run status of data preview, statistics or expression preview.
Parameters:
Returns: