Class DataFlowDebugPackageDebugSettings
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.models.DataFlowDebugPackageDebugSettings
-
public final class DataFlowDebugPackageDebugSettings extends Object
Data flow debug settings.
-
-
Constructor Summary
Constructors Constructor Description DataFlowDebugPackageDebugSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
datasetParameters()
Get the datasetParameters property: Parameters for dataset.Map<String,Object>
parameters()
Get the parameters property: Data flow parameters.List<DataFlowSourceSetting>
sourceSettings()
Get the sourceSettings property: Source setting for data flow debug.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.
-
-
-
Method Detail
-
sourceSettings
public List<DataFlowSourceSetting> sourceSettings()
Get the sourceSettings property: Source setting for data flow debug.- Returns:
- the sourceSettings value.
-
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.
-
parameters
public Map<String,Object> parameters()
Get the parameters property: Data flow parameters.- Returns:
- the parameters value.
-
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.
-
datasetParameters
public Object datasetParameters()
Get the datasetParameters property: Parameters for dataset.- Returns:
- the datasetParameters value.
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-