DataFlowDebugCommandResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. fluent. models. DataFlowDebugCommandResponseInner
- com.
Implements
public final class DataFlowDebugCommandResponseInner
implements JsonSerializable<DataFlowDebugCommandResponseInner>
Response body structure of data flow result for data preview, statistics or expression preview.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowDebugCommandResponseInner() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
data()
Get the data property: The result data of data preview, statistics or expression preview. |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| String |
status()
Get the status property: The run status of data preview, statistics or expression preview. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Data |
withData(String data)
Set the data property: The result data of data preview, statistics or expression preview. |
|
Data |
withStatus(String status)
Set the status property: The run status of data preview, statistics or expression preview. |
Methods inherited from java.lang.Object
Constructor Details
DataFlowDebugCommandResponseInner
public DataFlowDebugCommandResponseInner()
Creates an instance of DataFlowDebugCommandResponseInner class.
Method Details
data
public String data()
Get the data property: The result data of data preview, statistics or expression preview.
Returns:
fromJson
public static DataFlowDebugCommandResponseInner fromJson(JsonReader jsonReader)
Reads an instance of DataFlowDebugCommandResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
status
public String status()
Get the status property: The run status of data preview, statistics or expression preview.
Returns:
toJson
validate
public void validate()
Validates the instance.
withData
public DataFlowDebugCommandResponseInner withData(String data)
Set the data property: The result data of data preview, statistics or expression preview.
Parameters:
Returns:
withStatus
public DataFlowDebugCommandResponseInner withStatus(String status)
Set the status property: The run status of data preview, statistics or expression preview.
Parameters:
Returns: