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