public class DeleteMonitorGroupDynamicRuleResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Integer |
code
The status code.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
DeleteMonitorGroupDynamicRuleResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteMonitorGroupDynamicRuleResponseBody |
build(Map<String,?> map) |
Integer |
getCode() |
String |
getMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
DeleteMonitorGroupDynamicRuleResponseBody |
setCode(Integer code) |
DeleteMonitorGroupDynamicRuleResponseBody |
setMessage(String message) |
DeleteMonitorGroupDynamicRuleResponseBody |
setRequestId(String requestId) |
DeleteMonitorGroupDynamicRuleResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Code") public Integer code
The status code.
example:The status code 200 indicates that the request was successful.
200
@NameInMap(value="Message") public String message
The returned message.
example:success
@NameInMap(value="RequestId") public String requestId
The request ID.
example:56B4516A-EB44-4C66-8854-0393B35F636B
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful. Valid values: true and false.
example:true
public DeleteMonitorGroupDynamicRuleResponseBody()
public static DeleteMonitorGroupDynamicRuleResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteMonitorGroupDynamicRuleResponseBody setCode(Integer code)
public Integer getCode()
public DeleteMonitorGroupDynamicRuleResponseBody setMessage(String message)
public String getMessage()
public DeleteMonitorGroupDynamicRuleResponseBody setRequestId(String requestId)
public String getRequestId()
public DeleteMonitorGroupDynamicRuleResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2026. All rights reserved.