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