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