TransformationsCreateOrReplaceResponse Class
- java.
lang. Object - com.
azure. core. http. rest. ResponseBase<H,T> - com.
azure. resourcemanager. streamanalytics. models. TransformationsCreateOrReplaceResponse
- com.
- com.
public final class TransformationsCreateOrReplaceResponse
extends ResponseBase<TransformationsCreateOrReplaceHeaders,TransformationInner>
Contains all response data for the createOrReplace operation.
Constructor Summary
| Constructor | Description |
|---|---|
| TransformationsCreateOrReplaceResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, TransformationInner value, TransformationsCreateOrReplaceHeaders 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
TransformationsCreateOrReplaceResponse
public TransformationsCreateOrReplaceResponse(HttpRequest request, int statusCode, HttpHeaders rawHeaders, TransformationInner value, TransformationsCreateOrReplaceHeaders headers)
Creates an instance of TransformationsCreateOrReplaceResponse.
Parameters:
Method Details
getValue
public TransformationInner getValue()
Gets the deserialized response body.
Overrides:
TransformationsCreateOrReplaceResponse.getValue()Returns: