public final class ServiceListContainersSegmentResponse extends com.microsoft.rest.v2.RestResponse<ServiceListContainersSegmentHeaders,ListContainersSegmentResponse>
| Constructor and Description |
|---|
ServiceListContainersSegmentResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
ServiceListContainersSegmentHeaders headers,
Map<String,String> rawHeaders,
ListContainersSegmentResponse body)
Creates an instance of ServiceListContainersSegmentResponse.
|
| Modifier and Type | Method and Description |
|---|---|
ListContainersSegmentResponse |
body() |
ServiceListContainersSegmentHeaders |
headers() |
public ServiceListContainersSegmentResponse(com.microsoft.rest.v2.http.HttpRequest request,
int statusCode,
ServiceListContainersSegmentHeaders headers,
Map<String,String> rawHeaders,
ListContainersSegmentResponse body)
request - the request which resulted in this {response.Name}.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 ServiceListContainersSegmentHeaders headers()
headers in class com.microsoft.rest.v2.RestResponse<ServiceListContainersSegmentHeaders,ListContainersSegmentResponse>public ListContainersSegmentResponse body()
body in class com.microsoft.rest.v2.RestResponse<ServiceListContainersSegmentHeaders,ListContainersSegmentResponse>This documentation was released into the public domain.