public class CreateMonitorGroupNotifyPolicyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
String |
message
The error message.
|
String |
requestId
The ID of the request.
|
Integer |
result
The number of entries that are returned.
|
String |
success
Indicates whether the call succeeds.
|
| 构造器和说明 |
|---|
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 HTTP status code.
> The HTTP status code 200 indicates that the call succeeds.
@NameInMap(value="Message") public String message
The error message.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Result") public Integer result
The number of entries that are returned.
@NameInMap(value="Success") public String success
Indicates whether the call succeeds. Valid values:
* true: The call succeeds.
* false: The call fails.
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 © 2024. All rights reserved.