public class DeleteNotificationPolicyResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
isSuccess
The ID of the request.
|
String |
requestId
The ID of the notification policy.
|
| 构造器和说明 |
|---|
DeleteNotificationPolicyResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteNotificationPolicyResponseBody |
build(Map<String,?> map) |
Boolean |
getIsSuccess() |
String |
getRequestId() |
DeleteNotificationPolicyResponseBody |
setIsSuccess(Boolean isSuccess) |
DeleteNotificationPolicyResponseBody |
setRequestId(String requestId) |
@NameInMap(value="IsSuccess") public Boolean isSuccess
The ID of the request.
example:true
@NameInMap(value="RequestId") public String requestId
The ID of the notification policy.
example:A5EC8221-08F2-4C95-9AF1-49FD998C****
public static DeleteNotificationPolicyResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DeleteNotificationPolicyResponseBody setIsSuccess(Boolean isSuccess)
public Boolean getIsSuccess()
public DeleteNotificationPolicyResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2024. All rights reserved.