public class DeleteMonitorGroupNotifyPolicyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The status code.
|
String |
message
The error message.
|
String |
requestId
The request ID.
|
Integer |
result
The number of affected rows.
|
String |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
DeleteMonitorGroupNotifyPolicyResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteMonitorGroupNotifyPolicyResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
Integer |
getResult() |
String |
getSuccess() |
DeleteMonitorGroupNotifyPolicyResponseBody |
setCode(String code) |
DeleteMonitorGroupNotifyPolicyResponseBody |
setMessage(String message) |
DeleteMonitorGroupNotifyPolicyResponseBody |
setRequestId(String requestId) |
DeleteMonitorGroupNotifyPolicyResponseBody |
setResult(Integer result) |
DeleteMonitorGroupNotifyPolicyResponseBody |
setSuccess(String success) |
@NameInMap(value="Code") public String code
The status code.
> The status code 200 indicates that the request was successful.
@NameInMap(value="Message") public String message
The error message.
@NameInMap(value="RequestId") public String requestId
The request ID.
@NameInMap(value="Result") public Integer result
The number of affected rows.
@NameInMap(value="Success") public String success
Indicates whether the request was successful. Valid values:
* true
* false
public DeleteMonitorGroupNotifyPolicyResponseBody()
public static DeleteMonitorGroupNotifyPolicyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteMonitorGroupNotifyPolicyResponseBody setCode(String code)
public String getCode()
public DeleteMonitorGroupNotifyPolicyResponseBody setMessage(String message)
public String getMessage()
public DeleteMonitorGroupNotifyPolicyResponseBody setRequestId(String requestId)
public String getRequestId()
public DeleteMonitorGroupNotifyPolicyResponseBody setResult(Integer result)
public Integer getResult()
public DeleteMonitorGroupNotifyPolicyResponseBody setSuccess(String success)
public String getSuccess()
Copyright © 2024. All rights reserved.