Class AddDataFlowToDebugSessionResponseInner
java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.AddDataFlowToDebugSessionResponseInner
Response body structure for starting data flow debug session.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AddDataFlowToDebugSessionResponseInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the jobVersion property: The ID of data flow debug job version.void
validate()
Validates the instance.withJobVersion
(String jobVersion) Set the jobVersion property: The ID of data flow debug job version.
-
Constructor Details
-
AddDataFlowToDebugSessionResponseInner
public AddDataFlowToDebugSessionResponseInner()Creates an instance of AddDataFlowToDebugSessionResponseInner class.
-
-
Method Details
-
jobVersion
Get the jobVersion property: The ID of data flow debug job version.- Returns:
- the jobVersion value.
-
withJobVersion
Set the jobVersion property: The ID of data flow debug job version.- Parameters:
jobVersion
- the jobVersion value to set.- Returns:
- the AddDataFlowToDebugSessionResponseInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-