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