OutputsGetResponse Class

public final class OutputsGetResponse
extends ResponseBase<OutputsGetHeaders,OutputInner>

Contains all response data for the get operation.

Constructor Summary

Constructor Description
OutputsGetResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, OutputInner value, OutputsGetHeaders headers)

Creates an instance of OutputsGetResponse.

Method Summary

Modifier and Type Method and Description
OutputInner getValue()

Gets the deserialized response body.

Methods inherited from ResponseBase

Methods inherited from java.lang.Object

Constructor Details

OutputsGetResponse

public OutputsGetResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, OutputInner value, OutputsGetHeaders headers)

Creates an instance of OutputsGetResponse.

Parameters:

request - the request which resulted in this OutputsGetResponse.
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 OutputInner getValue()

Gets the deserialized response body.

Overrides:

OutputsGetResponse.getValue()

Returns:

the deserialized response body.

Applies to