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