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