DataFlowDebugCommandResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.fluent.models.DataFlowDebugCommandResponseInner

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 DataFlowDebugCommandResponseInner class.

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 DataFlowDebugCommandResponseInner fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugCommandResponseInner from the JsonReader.

String status()

Get the status property: The run status of data preview, statistics or expression preview.

JsonWriter toJson(JsonWriter jsonWriter)
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.

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:

the data value.

fromJson

public static DataFlowDebugCommandResponseInner fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugCommandResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataFlowDebugCommandResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DataFlowDebugCommandResponseInner.

status

public String status()

Get the status property: The run status of data preview, statistics or expression preview.

Returns:

the status value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

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:

data - the data value to set.

Returns:

the DataFlowDebugCommandResponseInner object itself.

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.

Applies to