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