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