Class DataFlowDebugCommandRequest
java.lang.Object
com.azure.resourcemanager.datafactory.models.DataFlowDebugCommandRequest
Request body structure for data flow debug command.
-
Constructor Summary
ConstructorDescriptionCreates an instance of DataFlowDebugCommandRequest class. -
Method Summary
Modifier and TypeMethodDescriptioncommand()
Get the command property: The command type.Get the commandPayload property: The command payload object.Get the sessionId property: The ID of data flow debug session.void
validate()
Validates the instance.withCommand
(DataFlowDebugCommandType command) Set the command property: The command type.withCommandPayload
(DataFlowDebugCommandPayload commandPayload) Set the commandPayload property: The command payload object.withSessionId
(String sessionId) Set the sessionId property: The ID of data flow debug session.
-
Constructor Details
-
DataFlowDebugCommandRequest
public DataFlowDebugCommandRequest()Creates an instance of DataFlowDebugCommandRequest class.
-
-
Method Details
-
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 DataFlowDebugCommandRequest object itself.
-
command
Get the command property: The command type.- Returns:
- the command value.
-
withCommand
Set the command property: The command type.- Parameters:
command
- the command value to set.- Returns:
- the DataFlowDebugCommandRequest object itself.
-
commandPayload
Get the commandPayload property: The command payload object.- Returns:
- the commandPayload value.
-
withCommandPayload
Set the commandPayload property: The command payload object.- Parameters:
commandPayload
- the commandPayload value to set.- Returns:
- the DataFlowDebugCommandRequest object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-