public class CreateMonitorGroupNotifyPolicyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The status code.
|
String |
message
The error message.
|
String |
requestId
The request ID.
|
Integer |
result
The total number of entries returned.
|
String |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
CreateMonitorGroupNotifyPolicyResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateMonitorGroupNotifyPolicyResponseBody |
build(Map<String,?> map) |
String |
getCode() |
String |
getMessage() |
String |
getRequestId() |
Integer |
getResult() |
String |
getSuccess() |
CreateMonitorGroupNotifyPolicyResponseBody |
setCode(String code) |
CreateMonitorGroupNotifyPolicyResponseBody |
setMessage(String message) |
CreateMonitorGroupNotifyPolicyResponseBody |
setRequestId(String requestId) |
CreateMonitorGroupNotifyPolicyResponseBody |
setResult(Integer result) |
CreateMonitorGroupNotifyPolicyResponseBody |
setSuccess(String success) |
@NameInMap(value="Code") public String code
The status code.
example:The status code 200 indicates that the request was successful.
200
@NameInMap(value="Message") public String message
The error message.
example:The Request is not authorization.
@NameInMap(value="RequestId") public String requestId
The request ID.
example:13356BCA-3EC3-4748-A771-2064DA69AEF1
@NameInMap(value="Result") public Integer result
The total number of entries returned.
example:1
@NameInMap(value="Success") public String success
Indicates whether the request was successful. Valid values:
true
public CreateMonitorGroupNotifyPolicyResponseBody()
public static CreateMonitorGroupNotifyPolicyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic CreateMonitorGroupNotifyPolicyResponseBody setCode(String code)
public String getCode()
public CreateMonitorGroupNotifyPolicyResponseBody setMessage(String message)
public String getMessage()
public CreateMonitorGroupNotifyPolicyResponseBody setRequestId(String requestId)
public String getRequestId()
public CreateMonitorGroupNotifyPolicyResponseBody setResult(Integer result)
public Integer getResult()
public CreateMonitorGroupNotifyPolicyResponseBody setSuccess(String success)
public String getSuccess()
Copyright © 2026. All rights reserved.