DataFlowDebugCommandRequest Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. DataFlowDebugCommandRequest
- com.
Implements
public final class DataFlowDebugCommandRequest
implements JsonSerializable<DataFlowDebugCommandRequest>
Request body structure for data flow expression preview.
Constructor Summary
| Constructor | Description |
|---|---|
| DataFlowDebugCommandRequest() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
|
Data |
getCommand()
Get the command property: The command type. |
|
Data |
getCommandPayload()
Get the command |
| String |
getSessionId()
Get the session |
|
Data |
setCommand(DataFlowDebugCommandType command)
Set the command property: The command type. |
|
Data |
setCommandPayload(DataFlowDebugCommandPayload commandPayload)
Set the command |
|
Data |
setSessionId(String sessionId)
Set the session |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
DataFlowDebugCommandRequest
public DataFlowDebugCommandRequest()
Creates an instance of DataFlowDebugCommandRequest class.
Method Details
fromJson
public static DataFlowDebugCommandRequest fromJson(JsonReader jsonReader)
Reads an instance of DataFlowDebugCommandRequest from the JsonReader.
Parameters:
Returns:
Throws:
getCommand
public DataFlowDebugCommandType getCommand()
Get the command property: The command type.
Returns:
getCommandPayload
public DataFlowDebugCommandPayload getCommandPayload()
Get the commandPayload property: The command payload object.
Returns:
getSessionId
public String getSessionId()
Get the sessionId property: The ID of data flow debug session.
Returns:
setCommand
public DataFlowDebugCommandRequest setCommand(DataFlowDebugCommandType command)
Set the command property: The command type.
Parameters:
Returns:
setCommandPayload
public DataFlowDebugCommandRequest setCommandPayload(DataFlowDebugCommandPayload commandPayload)
Set the commandPayload property: The command payload object.
Parameters:
Returns:
setSessionId
public DataFlowDebugCommandRequest setSessionId(String sessionId)
Set the sessionId property: The ID of data flow debug session.
Parameters:
Returns: