public class DeletePrometheusAlertRuleResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
code |
String |
message |
String |
requestId
example:
9FEA6D00-317F-45E3-9004-7FB8B0B7****
|
Boolean |
success
The ID of the request.
|
| 构造器和说明 |
|---|
DeletePrometheusAlertRuleResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeletePrometheusAlertRuleResponseBody |
build(Map<String,?> map) |
Long |
getCode() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
DeletePrometheusAlertRuleResponseBody |
setCode(Long code) |
DeletePrometheusAlertRuleResponseBody |
setMessage(String message) |
DeletePrometheusAlertRuleResponseBody |
setRequestId(String requestId) |
DeletePrometheusAlertRuleResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public Long code
@NameInMap(value="Message") public String message
@NameInMap(value="RequestId") public String requestId
9FEA6D00-317F-45E3-9004-7FB8B0B7****
@NameInMap(value="Success") public Boolean success
The ID of the request.
example:true
public static DeletePrometheusAlertRuleResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeletePrometheusAlertRuleResponseBody setCode(Long code)
public Long getCode()
public DeletePrometheusAlertRuleResponseBody setMessage(String message)
public String getMessage()
public DeletePrometheusAlertRuleResponseBody setRequestId(String requestId)
public String getRequestId()
public DeletePrometheusAlertRuleResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2024. All rights reserved.