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