Class DataFlowDebugCommandResponseInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugCommandResponseInner
Response body structure of data flow result for data preview, statistics or expression preview.
-
Constructor Summary
ConstructorDescriptionCreates an instance of DataFlowDebugCommandResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptiondata()
Get the data property: The result data of data preview, statistics or expression preview.status()
Get the status property: The run status of data preview, statistics or expression preview.void
validate()
Validates the instance.Set the data property: The result data of data preview, statistics or expression preview.withStatus
(String status) Set the status property: The run status of data preview, statistics or expression preview.
-
Constructor Details
-
DataFlowDebugCommandResponseInner
public DataFlowDebugCommandResponseInner()Creates an instance of DataFlowDebugCommandResponseInner class.
-
-
Method Details
-
status
Get the status property: The run status of data preview, statistics or expression preview.- Returns:
- the status value.
-
withStatus
Set the status property: The run status of data preview, statistics or expression preview.- Parameters:
status
- the status value to set.- Returns:
- the DataFlowDebugCommandResponseInner object itself.
-
data
Get the data property: The result data of data preview, statistics or expression preview.- Returns:
- the data value.
-
withData
Set the data property: The result data of data preview, statistics or expression preview.- Parameters:
data
- the data value to set.- Returns:
- the DataFlowDebugCommandResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-