public final class ServiceGetPropertiesResponse extends com.microsoft.rest.v2.RestResponse<ServiceGetPropertiesHeaders,StorageServiceProperties>
Constructor and Description |
---|
ServiceGetPropertiesResponse(int statusCode,
ServiceGetPropertiesHeaders headers,
Map<String,String> rawHeaders,
StorageServiceProperties body)
Creates an instance of ServiceGetPropertiesResponse.
|
Modifier and Type | Method and Description |
---|---|
StorageServiceProperties |
body() |
ServiceGetPropertiesHeaders |
headers() |
public ServiceGetPropertiesResponse(int statusCode, ServiceGetPropertiesHeaders headers, Map<String,String> rawHeaders, StorageServiceProperties 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 ServiceGetPropertiesHeaders headers()
headers
in class com.microsoft.rest.v2.RestResponse<ServiceGetPropertiesHeaders,StorageServiceProperties>
public StorageServiceProperties body()
body
in class com.microsoft.rest.v2.RestResponse<ServiceGetPropertiesHeaders,StorageServiceProperties>
This documentation was released into the public domain.