public static class CreateSiteMonitorResponseBody.CreateSiteMonitorResponseBodyDataAttachAlertResultContact
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The status code that is returned after you associate the existing alert rule with the site monitoring task.
|
String |
message
The message that is returned after you associate the existing alert rule with the site monitoring task.
|
String |
requestId
The ID of the request that was sent to associate the existing alert rule with the site monitoring task.
|
String |
ruleId
The ID of the alert rule.
|
String |
success
Indicates whether the existing alert rule was associated with the site monitoring task.
|
| 构造器和说明 |
|---|
CreateSiteMonitorResponseBodyDataAttachAlertResultContact() |
@NameInMap(value="Code") public String code
The status code that is returned after you associate the existing alert rule with the site monitoring task.
> The status code 200 indicates that the request was successful.
@NameInMap(value="Message") public String message
The message that is returned after you associate the existing alert rule with the site monitoring task.
@NameInMap(value="RequestId") public String requestId
The ID of the request that was sent to associate the existing alert rule with the site monitoring task.
@NameInMap(value="RuleId") public String ruleId
The ID of the alert rule.
@NameInMap(value="Success") public String success
Indicates whether the existing alert rule was associated with the site monitoring task. Valid values:
* true
* false
public CreateSiteMonitorResponseBodyDataAttachAlertResultContact()
public static CreateSiteMonitorResponseBody.CreateSiteMonitorResponseBodyDataAttachAlertResultContact build(Map<String,?> map) throws Exception
Exceptionpublic CreateSiteMonitorResponseBody.CreateSiteMonitorResponseBodyDataAttachAlertResultContact setCode(String code)
public String getCode()
public CreateSiteMonitorResponseBody.CreateSiteMonitorResponseBodyDataAttachAlertResultContact setMessage(String message)
public String getMessage()
public CreateSiteMonitorResponseBody.CreateSiteMonitorResponseBodyDataAttachAlertResultContact setRequestId(String requestId)
public String getRequestId()
public CreateSiteMonitorResponseBody.CreateSiteMonitorResponseBodyDataAttachAlertResultContact setRuleId(String ruleId)
public String getRuleId()
public CreateSiteMonitorResponseBody.CreateSiteMonitorResponseBodyDataAttachAlertResultContact setSuccess(String success)
public String getSuccess()
Copyright © 2024. All rights reserved.