public static final class CreateSiteMonitorResponseBody.Contact.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
CreateSiteMonitorResponseBody.Contact |
build() |
CreateSiteMonitorResponseBody.Contact.Builder |
code(String code)
The status code that is returned after you associate the existing alert rule with the site monitoring task.
|
CreateSiteMonitorResponseBody.Contact.Builder |
message(String message)
The message that is returned after you associate the existing alert rule with the site monitoring task.
|
CreateSiteMonitorResponseBody.Contact.Builder |
requestId(String requestId)
The ID of the request that was sent to associate the existing alert rule with the site monitoring task.
|
CreateSiteMonitorResponseBody.Contact.Builder |
ruleId(String ruleId)
The ID of the alert rule.
|
CreateSiteMonitorResponseBody.Contact.Builder |
success(String success)
Indicates whether the existing alert rule was associated with the site monitoring task.
|
public CreateSiteMonitorResponseBody.Contact.Builder code(String code)
The status code that is returned after you associate the existing alert rule with the site monitoring task.
example:The status code 200 indicates that the request was successful.
200
public CreateSiteMonitorResponseBody.Contact.Builder message(String message)
The message that is returned after you associate the existing alert rule with the site monitoring task.
example:successful
public CreateSiteMonitorResponseBody.Contact.Builder requestId(String requestId)
The ID of the request that was sent to associate the existing alert rule with the site monitoring task.
example:5dd33455-4f65-4b0c-9200-33d66f3f340b
public CreateSiteMonitorResponseBody.Contact.Builder ruleId(String ruleId)
The ID of the alert rule.
example:SystemDefault_acs_ecs_dashboard_InternetOutRate_Percent
public CreateSiteMonitorResponseBody.Contact.Builder success(String success)
Indicates whether the existing alert rule was associated with the site monitoring task. Valid values:
true
public CreateSiteMonitorResponseBody.Contact build()
Copyright © 2026. All rights reserved.