ServerEndpointsGetResponse Class

public final class ServerEndpointsGetResponse
extends ResponseBase<ServerEndpointsGetHeaders,ServerEndpointInner>

Contains all response data for the get operation.

Constructor Summary

Constructor Description
ServerEndpointsGetResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, ServerEndpointInner value, ServerEndpointsGetHeaders headers)

Creates an instance of ServerEndpointsGetResponse.

Method Summary

Modifier and Type Method and Description
ServerEndpointInner getValue()

Gets the deserialized response body.

Methods inherited from ResponseBase

Methods inherited from java.lang.Object

Constructor Details

ServerEndpointsGetResponse

public ServerEndpointsGetResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, ServerEndpointInner value, ServerEndpointsGetHeaders headers)

Creates an instance of ServerEndpointsGetResponse.

Parameters:

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

Gets the deserialized response body.

Overrides:

ServerEndpointsGetResponse.getValue()

Returns:

the deserialized response body.

Applies to