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