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