DataFlowDebugPackageDebugSettings Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.models.DataFlowDebugPackageDebugSettings

Implements

public final class DataFlowDebugPackageDebugSettings
implements JsonSerializable<DataFlowDebugPackageDebugSettings>

Data flow debug settings.

Constructor Summary

Constructor Description
DataFlowDebugPackageDebugSettings()

Creates an instance of DataFlowDebugPackageDebugSettings class.

Method Summary

Modifier and Type Method and Description
Object datasetParameters()

Get the datasetParameters property: Parameters for dataset.

static DataFlowDebugPackageDebugSettings fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugPackageDebugSettings from the JsonReader.

Map<String,Object> parameters()

Get the parameters property: Data flow parameters.

List<DataFlowSourceSetting> sourceSettings()

Get the sourceSettings property: Source setting for data flow debug.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

DataFlowDebugPackageDebugSettings withDatasetParameters(Object datasetParameters)

Set the datasetParameters property: Parameters for dataset.

DataFlowDebugPackageDebugSettings withParameters(Map<String,Object> parameters)

Set the parameters property: Data flow parameters.

DataFlowDebugPackageDebugSettings withSourceSettings(List<DataFlowSourceSetting> sourceSettings)

Set the sourceSettings property: Source setting for data flow debug.

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugPackageDebugSettings

public DataFlowDebugPackageDebugSettings()

Creates an instance of DataFlowDebugPackageDebugSettings class.

Method Details

datasetParameters

public Object datasetParameters()

Get the datasetParameters property: Parameters for dataset.

Returns:

the datasetParameters value.

fromJson

public static DataFlowDebugPackageDebugSettings fromJson(JsonReader jsonReader)

Reads an instance of DataFlowDebugPackageDebugSettings from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataFlowDebugPackageDebugSettings 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 DataFlowDebugPackageDebugSettings.

parameters

public Map<String,Object> parameters()

Get the parameters property: Data flow parameters.

Returns:

the parameters value.

sourceSettings

public List<DataFlowSourceSetting> sourceSettings()

Get the sourceSettings property: Source setting for data flow debug.

Returns:

the sourceSettings value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withDatasetParameters

public DataFlowDebugPackageDebugSettings withDatasetParameters(Object datasetParameters)

Set the datasetParameters property: Parameters for dataset.

Parameters:

datasetParameters - the datasetParameters value to set.

Returns:

the DataFlowDebugPackageDebugSettings object itself.

withParameters

public DataFlowDebugPackageDebugSettings withParameters(Map<String,Object> parameters)

Set the parameters property: Data flow parameters.

Parameters:

parameters - the parameters value to set.

Returns:

the DataFlowDebugPackageDebugSettings object itself.

withSourceSettings

public DataFlowDebugPackageDebugSettings withSourceSettings(List<DataFlowSourceSetting> sourceSettings)

Set the sourceSettings property: Source setting for data flow debug.

Parameters:

sourceSettings - the sourceSettings value to set.

Returns:

the DataFlowDebugPackageDebugSettings object itself.

Applies to