public class DescribeSiteMonitorAttributeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
includeAlert
Specifies whether to return the information of the alert rules that are configured for the site monitoring task.
|
String |
regionId |
String |
taskId
The ID of the site monitoring task.
|
| 构造器和说明 |
|---|
DescribeSiteMonitorAttributeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeSiteMonitorAttributeRequest |
build(Map<String,?> map) |
Boolean |
getIncludeAlert() |
String |
getRegionId() |
String |
getTaskId() |
DescribeSiteMonitorAttributeRequest |
setIncludeAlert(Boolean includeAlert) |
DescribeSiteMonitorAttributeRequest |
setRegionId(String regionId) |
DescribeSiteMonitorAttributeRequest |
setTaskId(String taskId) |
@NameInMap(value="IncludeAlert") public Boolean includeAlert
Specifies whether to return the information of the alert rules that are configured for the site monitoring task. Valid values:
* true: The system returns the information of the alert rules that are configured for the site monitoring task.
* false (default): The system does not return the information of the alert rules that are configured for the site monitoring task.
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="TaskId") public String taskId
The ID of the site monitoring task.
public static DescribeSiteMonitorAttributeRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSiteMonitorAttributeRequest setIncludeAlert(Boolean includeAlert)
public Boolean getIncludeAlert()
public DescribeSiteMonitorAttributeRequest setRegionId(String regionId)
public String getRegionId()
public DescribeSiteMonitorAttributeRequest setTaskId(String taskId)
public String getTaskId()
Copyright © 2024. All rights reserved.