public class DeletePrometheusGlobalViewResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
code
Status code. 200 is success, other status codes are exceptions.
|
String |
data
The response parameters in the JSON format.
|
String |
message
Additional Message.
|
String |
requestId
The request ID.
|
| 构造器和说明 |
|---|
DeletePrometheusGlobalViewResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeletePrometheusGlobalViewResponseBody |
build(Map<String,?> map) |
Integer |
getCode() |
String |
getData() |
String |
getMessage() |
String |
getRequestId() |
DeletePrometheusGlobalViewResponseBody |
setCode(Integer code) |
DeletePrometheusGlobalViewResponseBody |
setData(String data) |
DeletePrometheusGlobalViewResponseBody |
setMessage(String message) |
DeletePrometheusGlobalViewResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Code") public Integer code
Status code. 200 is success, other status codes are exceptions.
example:200
@NameInMap(value="Data") public String data
The response parameters in the JSON format.
example:{"Success":true,"Msg":"OK"}
@NameInMap(value="Message") public String message
Additional Message.
example:success
@NameInMap(value="RequestId") public String requestId
The request ID. You can use the ID to query logs and troubleshoot issues.
example:337B8F7E-0A64-5768-9225-E9B3CF******
public static DeletePrometheusGlobalViewResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeletePrometheusGlobalViewResponseBody setCode(Integer code)
public Integer getCode()
public DeletePrometheusGlobalViewResponseBody setData(String data)
public String getData()
public DeletePrometheusGlobalViewResponseBody setMessage(String message)
public String getMessage()
public DeletePrometheusGlobalViewResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.