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