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