TransformationsGetResponse Class
- java.
lang. Object - com.
azure. core. http. rest. ResponseBase<H,T> - com.
azure. resourcemanager. streamanalytics. models. TransformationsGetResponse
- com.
- com.
public final class TransformationsGetResponse
extends ResponseBase<TransformationsGetHeaders,TransformationInner>
Contains all response data for the get operation.
Constructor Summary
| Constructor | Description |
|---|---|
| TransformationsGetResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, TransformationInner value, TransformationsGetHeaders headers) |
Creates an instance of Transformations |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Transformation |
getValue()
Gets the deserialized response body. |
Methods inherited from ResponseBase
Methods inherited from java.lang.Object
Constructor Details
TransformationsGetResponse
public TransformationsGetResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, TransformationInner value, TransformationsGetHeaders headers)
Creates an instance of TransformationsGetResponse.
Parameters:
Method Details
getValue
public TransformationInner getValue()
Gets the deserialized response body.
Overrides:
TransformationsGetResponse.getValue()Returns: