public class DeleteAlertRulesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
isSuccess
example:
true
|
String |
requestId
example:
C21AB7CF-B7AF-410F-BD61-82D1567F****
|
| 构造器和说明 |
|---|
DeleteAlertRulesResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteAlertRulesResponseBody |
build(Map<String,?> map) |
Boolean |
getIsSuccess() |
String |
getRequestId() |
DeleteAlertRulesResponseBody |
setIsSuccess(Boolean isSuccess) |
DeleteAlertRulesResponseBody |
setRequestId(String requestId) |
@NameInMap(value="IsSuccess") public Boolean isSuccess
true
@NameInMap(value="RequestId") public String requestId
C21AB7CF-B7AF-410F-BD61-82D1567F****
public static DeleteAlertRulesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteAlertRulesResponseBody setIsSuccess(Boolean isSuccess)
public Boolean getIsSuccess()
public DeleteAlertRulesResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.