Class AddDataFlowToDebugSessionResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.fluent.models.AddDataFlowToDebugSessionResponseInner
-
public final class AddDataFlowToDebugSessionResponseInner extends Object
Response body structure for starting data flow debug session.
-
-
Constructor Summary
Constructors Constructor Description AddDataFlowToDebugSessionResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
jobVersion()
Get the jobVersion property: The ID of data flow debug job version.void
validate()
Validates the instance.AddDataFlowToDebugSessionResponseInner
withJobVersion(String jobVersion)
Set the jobVersion property: The ID of data flow debug job version.
-
-
-
Method Detail
-
jobVersion
public String jobVersion()
Get the jobVersion property: The ID of data flow debug job version.- Returns:
- the jobVersion value.
-
withJobVersion
public AddDataFlowToDebugSessionResponseInner withJobVersion(String jobVersion)
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.
-
-