DataFlowDebugCommandRequest Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. DataFlowDebugCommandRequest
- com.
Implements
public final class DataFlowDebugCommandRequest
implements JsonSerializable<DataFlowDebugCommandRequest>
Request body structure for data flow debug command.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowDebugCommandRequest() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Data |
command()
Get the command property: The command type. |
|
Data |
commandPayload()
Get the command |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
| String |
sessionId()
Get the session |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Data |
withCommand(DataFlowDebugCommandType command)
Set the command property: The command type. |
|
Data |
withCommandPayload(DataFlowDebugCommandPayload commandPayload)
Set the command |
|
Data |
withSessionId(String sessionId)
Set the session |
Methods inherited from java.lang.Object
Constructor Details
DataFlowDebugCommandRequest
public DataFlowDebugCommandRequest()
Creates an instance of DataFlowDebugCommandRequest class.
Method Details
command
public DataFlowDebugCommandType command()
Get the command property: The command type.
Returns:
commandPayload
public DataFlowDebugCommandPayload commandPayload()
Get the commandPayload property: The command payload object.
Returns:
fromJson
public static DataFlowDebugCommandRequest fromJson(JsonReader jsonReader)
Reads an instance of DataFlowDebugCommandRequest from the JsonReader.
Parameters:
Returns:
Throws:
sessionId
public String sessionId()
Get the sessionId property: The ID of data flow debug session.
Returns:
toJson
validate
public void validate()
Validates the instance.
withCommand
public DataFlowDebugCommandRequest withCommand(DataFlowDebugCommandType command)
Set the command property: The command type.
Parameters:
Returns:
withCommandPayload
public DataFlowDebugCommandRequest withCommandPayload(DataFlowDebugCommandPayload commandPayload)
Set the commandPayload property: The command payload object.
Parameters:
Returns:
withSessionId
public DataFlowDebugCommandRequest withSessionId(String sessionId)
Set the sessionId property: The ID of data flow debug session.
Parameters:
Returns: