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