public class DeleteAlertRuleRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
DeleteAlertRuleRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteAlertRuleRequest |
build(Map<String,?> map) |
Long |
getAlertId() |
DeleteAlertRuleRequest |
setAlertId(Long alertId) |
@NameInMap(value="AlertId") public Long alertId
Indicates whether the alert rule was successfully deleted.
true: The specified data is deleted.false: The specified data fails to be deleted.This parameter is required.
example:123
public static DeleteAlertRuleRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteAlertRuleRequest setAlertId(Long alertId)
public Long getAlertId()
Copyright © 2024. All rights reserved.