public final class ServiceGetStatisticsResponse extends com.microsoft.rest.v2.RestResponse<ServiceGetStatisticsHeaders,StorageServiceStats>
Constructor and Description |
---|
ServiceGetStatisticsResponse(int statusCode,
ServiceGetStatisticsHeaders headers,
Map<String,String> rawHeaders,
StorageServiceStats body)
Creates an instance of ServiceGetStatisticsResponse.
|
Modifier and Type | Method and Description |
---|---|
StorageServiceStats |
body() |
ServiceGetStatisticsHeaders |
headers() |
public ServiceGetStatisticsResponse(int statusCode, ServiceGetStatisticsHeaders headers, Map<String,String> rawHeaders, StorageServiceStats body)
statusCode
- the status code of the HTTP response.headers
- the deserialized headers of the HTTP response.rawHeaders
- the raw headers of the HTTP response.body
- the deserialized body of the HTTP response.public ServiceGetStatisticsHeaders headers()
headers
in class com.microsoft.rest.v2.RestResponse<ServiceGetStatisticsHeaders,StorageServiceStats>
public StorageServiceStats body()
body
in class com.microsoft.rest.v2.RestResponse<ServiceGetStatisticsHeaders,StorageServiceStats>
This documentation was released into the public domain.