Class CreateDataFlowDebugSessionResponseInner
- java.lang.Object
-
- com.azure.resourcemanager.datafactory.fluent.models.CreateDataFlowDebugSessionResponseInner
-
public final class CreateDataFlowDebugSessionResponseInner extends Object
Response body structure for creating data flow debug session.
-
-
Constructor Summary
Constructors Constructor Description CreateDataFlowDebugSessionResponseInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
sessionId()
Get the sessionId property: The ID of data flow debug session.String
status()
Get the status property: The state of the debug session.void
validate()
Validates the instance.CreateDataFlowDebugSessionResponseInner
withSessionId(String sessionId)
Set the sessionId property: The ID of data flow debug session.CreateDataFlowDebugSessionResponseInner
withStatus(String status)
Set the status property: The state of the debug session.
-
-
-
Method Detail
-
status
public String status()
Get the status property: The state of the debug session.- Returns:
- the status value.
-
withStatus
public CreateDataFlowDebugSessionResponseInner withStatus(String status)
Set the status property: The state of the debug session.- Parameters:
status
- the status value to set.- Returns:
- the CreateDataFlowDebugSessionResponseInner object itself.
-
sessionId
public String sessionId()
Get the sessionId property: The ID of data flow debug session.- Returns:
- the sessionId value.
-
withSessionId
public CreateDataFlowDebugSessionResponseInner withSessionId(String sessionId)
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.
-
-