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