Class OutputsGetResponse
- java.lang.Object
-
- com.azure.core.http.rest.ResponseBase<OutputsGetHeaders,OutputInner>
-
- com.azure.resourcemanager.streamanalytics.models.OutputsGetResponse
-
- All Implemented Interfaces:
com.azure.core.http.rest.Response<OutputInner>
public final class OutputsGetResponse extends com.azure.core.http.rest.ResponseBase<OutputsGetHeaders,OutputInner>
Contains all response data for the get operation.
-
-
Constructor Summary
Constructors Constructor Description OutputsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.HttpHeaders rawHeaders, OutputInner value, OutputsGetHeaders headers)
Creates an instance of OutputsGetResponse.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutputInner
getValue()
-
-
-
Constructor Detail
-
OutputsGetResponse
public OutputsGetResponse(com.azure.core.http.HttpRequest request, int statusCode, com.azure.core.http.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 Detail
-
getValue
public OutputInner getValue()
- Specified by:
getValue
in interfacecom.azure.core.http.rest.Response<OutputInner>
- Overrides:
getValue
in classcom.azure.core.http.rest.ResponseBase<OutputsGetHeaders,OutputInner>
- Returns:
- the deserialized response body.
-
-