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