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