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