Class DataFlowDebugSessionsExecuteCommandResponse

java.lang.Object
com.azure.core.http.rest.ResponseBase<DataFlowDebugSessionsExecuteCommandHeaders,DataFlowDebugCommandResponse>
com.azure.analytics.synapse.artifacts.models.DataFlowDebugSessionsExecuteCommandResponse
All Implemented Interfaces:
com.azure.core.http.rest.Response<DataFlowDebugCommandResponse>

public final class DataFlowDebugSessionsExecuteCommandResponse extends com.azure.core.http.rest.ResponseBase<DataFlowDebugSessionsExecuteCommandHeaders,DataFlowDebugCommandResponse>
Contains all response data for the executeCommand operation.
  • Constructor Details

    • DataFlowDebugSessionsExecuteCommandResponse

      public DataFlowDebugSessionsExecuteCommandResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, DataFlowDebugCommandResponse value, DataFlowDebugSessionsExecuteCommandHeaders headers)
      Creates an instance of DataFlowDebugSessionsExecuteCommandResponse.
      Parameters:
      request - the request which resulted in this DataFlowDebugSessionsExecuteCommandResponse.
      statusCode - the status code of the HTTP response.
      rawHeaders - the raw headers of the HTTP response.
      value - the deserialized value of the HTTP response.
      headers - the deserialized headers of the HTTP response.
  • Method Details