public class GetServiceResponse
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
GetServiceResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
构造器和说明 |
---|
GetServiceResponse() |
限定符和类型 | 方法和说明 |
---|---|
static GetServiceResponse |
build(Map<String,?> map) |
GetServiceResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
GetServiceResponse |
setBody(GetServiceResponseBody body) |
GetServiceResponse |
setHeaders(Map<String,String> headers) |
GetServiceResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public GetServiceResponseBody body
public static GetServiceResponse build(Map<String,?> map) throws Exception
Exception
public GetServiceResponse setHeaders(Map<String,String> headers)
public GetServiceResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public GetServiceResponse setBody(GetServiceResponseBody body)
public GetServiceResponseBody getBody()
Copyright © 2024. All rights reserved.