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