Class DataFlowDebugCommandResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugCommandResponseInner
-
public final class DataFlowDebugCommandResponseInner extends Object
Response body structure of data flow result for data preview, statistics or expression preview.
-
-
Constructor Summary
Constructors Constructor Description DataFlowDebugCommandResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
data()
Get the data property: The result data of data preview, statistics or expression preview.String
status()
Get the status property: The run status of data preview, statistics or expression preview.void
validate()
Validates the instance.DataFlowDebugCommandResponseInner
withData(String data)
Set the data property: The result data of data preview, statistics or expression preview.DataFlowDebugCommandResponseInner
withStatus(String status)
Set the status property: The run status of data preview, statistics or expression preview.
-
-
-
Method Detail
-
status
public String status()
Get the status property: The run status of data preview, statistics or expression preview.- Returns:
- the status value.
-
withStatus
public DataFlowDebugCommandResponseInner withStatus(String status)
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
public String data()
Get the data property: The result data of data preview, statistics or expression preview.- Returns:
- the data value.
-
withData
public DataFlowDebugCommandResponseInner withData(String data)
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.
-
-