DataFlowDebugSessionsExecuteCommandResponse Class

public final class DataFlowDebugSessionsExecuteCommandResponse
extends ResponseBase<DataFlowDebugSessionsExecuteCommandHeaders,DataFlowDebugCommandResponse>

Contains all response data for the executeCommand operation.

Constructor Summary

Constructor Description
DataFlowDebugSessionsExecuteCommandResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, DataFlowDebugCommandResponse value, DataFlowDebugSessionsExecuteCommandHeaders headers)

Creates an instance of DataFlowDebugSessionsExecuteCommandResponse.

Method Summary

Modifier and Type Method and Description
DataFlowDebugCommandResponse getValue()

Gets the deserialized response body.

Methods inherited from ResponseBase

Methods inherited from java.lang.Object

Constructor Details

DataFlowDebugSessionsExecuteCommandResponse

public DataFlowDebugSessionsExecuteCommandResponse(HttpRequest request, int statusCode, 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

getValue

public DataFlowDebugCommandResponse getValue()

Gets the deserialized response body.

Overrides:

DataFlowDebugSessionsExecuteCommandResponse.getValue()

Returns:

the deserialized response body.

Applies to